projects
/
tweepy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f23a246
)
Correct documentation for Client.get_retweeters max_results parameter
author
Harmon
<Harmon758@gmail.com>
Wed, 16 Mar 2022 18:17:33 +0000
(13:17 -0500)
committer
Harmon
<Harmon758@gmail.com>
Wed, 16 Mar 2022 18:19:03 +0000
(13:19 -0500)
tweepy/client.py
patch
|
blob
|
blame
|
history
diff --git
a/tweepy/client.py
b/tweepy/client.py
index 10da546634afc8527e9e704d7b14a321097bf012..2650fe15bb7bb6315dad20768982eed68b4110a8 100644
(file)
--- a/
tweepy/client.py
+++ b/
tweepy/client.py
@@
-650,7
+650,7
@@
class Client(BaseClient):
:ref:`expansions_parameter`
max_results : int | None
The maximum number of results to be returned per page. This can be
- a number between 1 and 100
0
. By default, each page will return 100
+ a number between 1 and 100. By default, each page will return 100
results.
media_fields : list[str] | str | None
:ref:`media_fields_parameter`