projects
/
tweepy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
32f00f2
)
Fix typo in docstring for get_tweets
author
Francesco Di Lorenzo
<francesco@mailbrew.com>
Wed, 16 Jun 2021 07:49:02 +0000
(09:49 +0200)
committer
GitHub
<noreply@github.com>
Wed, 16 Jun 2021 07:49:02 +0000
(09:49 +0200)
tweepy/client.py
patch
|
blob
|
blame
|
history
diff --git
a/tweepy/client.py
b/tweepy/client.py
index 9b71255853790d31ec4f7873ad4c371e78d0223e..a8e3ce0beb8a3eaffc675e1771087ab1f6d48daa 100644
(file)
--- a/
tweepy/client.py
+++ b/
tweepy/client.py
@@
-715,7
+715,7
@@
class Client:
Parameters
----------
- id : Union[List[int, str], str]
+ id
s
: Union[List[int, str], str]
A comma separated list of Tweet IDs. Up to 100 are allowed in a
single request. Make sure to not include a space between commas and
fields.