Skip to content

Commit bf94e60

Browse files
Merge pull request ryanmcgrath#261 from bool-dev/master
Fixed a docstring typo in get_authentication_tokens. [ci skip]
2 parents d2d9c97 + feac105 commit bf94e60

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

twython/api.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,8 @@ def get_authentication_tokens(self, callback_url=None, force_login=False, screen
256256
257257
:param callback_url: (optional) Url the user is returned to after they authorize your app (web clients only)
258258
:param force_login: (optional) Forces the user to enter their credentials to ensure the correct users account is authorized.
259-
: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
259+
: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
260+
260261
:rtype: dict
261262
"""
262263
if self.oauth_version != 1:

0 commit comments

Comments
 (0)