projects
/
tweepy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6a6ef98
)
Correct documentation for Client.get_liking_users max_results parameter
author
Harmon
<Harmon758@gmail.com>
Wed, 16 Mar 2022 18:15:23 +0000
(13:15 -0500)
committer
Harmon
<Harmon758@gmail.com>
Wed, 16 Mar 2022 18:18:53 +0000
(13:18 -0500)
tweepy/client.py
patch
|
blob
|
blame
|
history
diff --git
a/tweepy/client.py
b/tweepy/client.py
index 078c5f89273b81b68a9cf34a4bf78cc6f03c306f..10da546634afc8527e9e704d7b14a321097bf012 100644
(file)
--- a/
tweepy/client.py
+++ b/
tweepy/client.py
@@
-326,7
+326,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`