From feac105c85db1b40365b2c2268b70c5d6e7b673f Mon Sep 17 00:00:00 2001 From: "bool.dev" Date: Fri, 30 Aug 2013 02:14:39 +0530 Subject: [PATCH] Fixed a docstring typo in get_authentication_tokens. --- twython/api.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/twython/api.py b/twython/api.py index 44da1b2..19efb96 100644 --- a/twython/api.py +++ b/twython/api.py @@ -256,7 +256,8 @@ class Twython(EndpointsMixin, object): :param callback_url: (optional) Url the user is returned to after they authorize your app (web clients only) :param force_login: (optional) Forces the user to enter their credentials to ensure the correct users account is authorized. - :param app_secret: (optional) If forced_login is set OR user is not currently logged in, Prefills the username input box of the OAuth login screen with the given value + :param screen_name: (optional) If forced_login is set OR user is not currently logged in, Prefills the username input box of the OAuth login screen with the given value + :rtype: dict """ if self.oauth_version != 1: