fixed typo

This commit is contained in:
kracekumar 2011-12-18 17:33:04 +05:30
parent 6bd76491cb
commit e59e43b8e2

View file

@ -124,7 +124,7 @@ class Twython(object):
pass
def get_authorized_tokens(self):
return self.get_autheentication_tokens(internal = 1)
return self.get_authentication_tokens(internal = 1)
def get_authentication_tokens(self, internal = None):
"""