projects
/
tweepy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ce0bdb4
)
Fix parameter name in documentation for Client.get_tweets
author
Harmon
<Harmon758@gmail.com>
Mon, 14 Mar 2022 19:04:21 +0000
(14:04 -0500)
committer
Harmon
<Harmon758@gmail.com>
Mon, 14 Mar 2022 19:04:21 +0000
(14:04 -0500)
tweepy/client.py
patch
|
blob
|
blame
|
history
diff --git
a/tweepy/client.py
b/tweepy/client.py
index c6c5721b1f3c2ace3f857201050913d9139bda96..078c5f89273b81b68a9cf34a4bf78cc6f03c306f 100644
(file)
--- a/
tweepy/client.py
+++ b/
tweepy/client.py
@@
-1328,7
+1328,7
@@
class Client(BaseClient):
def get_tweets(self, ids, *, user_auth=False, **params):
"""get_tweets( \
ids, *, expansions=None, media_fields=None, place_fields=None, \
- poll_fields=None, tw
itter
_fields=None, user_fields=None, \
+ poll_fields=None, tw
eet
_fields=None, user_fields=None, \
user_auth=False \
)