From e59e43b8e2d4e654d66991d4e79bb73aa73543f7 Mon Sep 17 00:00:00 2001 From: kracekumar Date: Sun, 18 Dec 2011 17:33:04 +0530 Subject: [PATCH] fixed typo --- twython/twythonrequests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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): """