From: khuynh Date: Sun, 30 May 2021 19:15:25 +0000 (-0700) Subject: Update documentation for API.rate_limit_status to be consistent with X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=c3c41859af4e4f1e200d9975c69821da8e7f6814;p=tweepy.git Update documentation for API.rate_limit_status to be consistent with other docstrings --- diff --git a/tweepy/api.py b/tweepy/api.py index 9446eac..0946698 100644 --- 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 -------