fixed typo
This commit is contained in:
parent
6bd76491cb
commit
e59e43b8e2
1 changed files with 1 additions and 1 deletions
|
|
@ -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):
|
||||
"""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue