Update documentation for API.rate_limit_status to be consistent with
authorkhuynh <hkennyv@gmail.com>
Sun, 30 May 2021 19:15:25 +0000 (12:15 -0700)
committerkhuynh <hkennyv@gmail.com>
Sun, 30 May 2021 19:15:25 +0000 (12:15 -0700)
other docstrings

tweepy/api.py

index 9446eac4326602f78bfa8e32be799f110d7f7476..0946698b392a79a853c534f7bf94956da5add297 100644 (file)
@@ -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
         -------