projects
/
tweepy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7fac253
)
Update documentation for API.rate_limit_status to be consistent with
author
khuynh
<hkennyv@gmail.com>
Sun, 30 May 2021 19:15:25 +0000
(12:15 -0700)
committer
khuynh
<hkennyv@gmail.com>
Sun, 30 May 2021 19:15:25 +0000
(12:15 -0700)
other docstrings
tweepy/api.py
patch
|
blob
|
blame
|
history
diff --git
a/tweepy/api.py
b/tweepy/api.py
index 9446eac4326602f78bfa8e32be799f110d7f7476..0946698b392a79a853c534f7bf94956da5add297 100644
(file)
--- a/
tweepy/api.py
+++ b/
tweepy/api.py
@@
-3942,8
+3942,11
@@
class API:
resource families. When using application-only auth, this method's
response indicates the application-only auth rate limiting context.
- :param resources: A comma-separated list of resource families you want
- to know the current rate limit disposition for.
+ Parameters
+ ----------
+ resources
+ A comma-separated list of resource families you want to know the
+ current rate limit disposition for.
Returns
-------