diff --git a/twython/twythonrequests.py b/twython/twythonrequests.py index cacc4fe..20af7e5 100644 --- a/twython/twythonrequests.py +++ b/twython/twythonrequests.py @@ -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): """