From 5262bf70d7ebc98938819d457e59e3388e4d550a Mon Sep 17 00:00:00 2001 From: Harmon Date: Tue, 25 Oct 2022 18:12:48 -0500 Subject: [PATCH] Improve formatting in api.py --- tweepy/api.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tweepy/api.py b/tweepy/api.py index d7470e9..29c4976 100644 --- a/tweepy/api.py +++ b/tweepy/api.py @@ -286,7 +286,7 @@ class API: return result finally: self.session.close() - + # Premium Search APIs @pagination(mode='next') @@ -1156,7 +1156,7 @@ class API: status, filename, *, file, possibly_sensitive, \ in_reply_to_status_id, lat, long, place_id, display_coordinates \ ) - + Update the authenticated user's status. Statuses that are duplicates or too long will be silently ignored. @@ -2747,7 +2747,7 @@ class API: def set_settings(self, **kwargs): """set_settings(*, sleep_time_enabled, start_sleep_time, \ end_sleep_time, time_zone, trend_location_woeid, lang) - + Updates the authenticating user's settings. Parameters @@ -4095,7 +4095,7 @@ class API: Parameters ---------- resources - A comma-separated list of resource families you want to know the + A comma-separated list of resource families you want to know the current rate limit disposition for. Returns -- 2.25.1