From c3c41859af4e4f1e200d9975c69821da8e7f6814 Mon Sep 17 00:00:00 2001 From: khuynh Date: Sun, 30 May 2021 12:15:25 -0700 Subject: [PATCH] Update documentation for API.rate_limit_status to be consistent with other docstrings --- tweepy/api.py | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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 ------- -- 2.25.1