projects
/
tweepy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
308faa0
)
Fix API.lookup_users docstring consistency
author
Harmon
<Harmon758@gmail.com>
Thu, 28 Jan 2021 15:53:02 +0000
(09:53 -0600)
committer
Harmon
<Harmon758@gmail.com>
Thu, 28 Jan 2021 15:53:02 +0000
(09:53 -0600)
tweepy/api.py
patch
|
blob
|
blame
|
history
diff --git
a/tweepy/api.py
b/tweepy/api.py
index f8be6d3244e89b829d964975301880e8483f9282..862787c025f9a84d56ffc2f87d936c82962afabe 100644
(file)
--- a/
tweepy/api.py
+++ b/
tweepy/api.py
@@
-379,8
+379,8
@@
class API:
def lookup_users(self, user_ids=None, screen_names=None, *args, **kwargs):
""" :reference: https://developer.twitter.com/en/docs/accounts-and-users/follow-search-get-users/api-reference/get-users-lookup
-
allowed_param=
'user_id', 'screen_name', 'include_entities',
- 'tweet_mode'
+
:allowed_param:
'user_id', 'screen_name', 'include_entities',
+
'tweet_mode'
"""
return bind_api(
api=self,