From 4f537a48799380540a74f8c13416def96bbd1752 Mon Sep 17 00:00:00 2001 From: Harmon Date: Sun, 11 Apr 2021 13:21:28 -0500 Subject: [PATCH] Improve API.get_media_upload_status documentation grammar and wording --- tweepy/api.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/tweepy/api.py b/tweepy/api.py index 38728a8..1dd0ce9 100644 --- a/tweepy/api.py +++ b/tweepy/api.py @@ -2308,9 +2308,8 @@ class API: def get_media_upload_status(self, media_id, **kwargs): """get_media_upload_status(media_id) - This endpoints sends a STATUS command that will check on the progress - of a chunked media upload. If the upload has succeeded, it's safe to - create a Tweet with this ``media_id``. + Check on the progress of a chunked media upload. If the upload has + succeeded, it's safe to create a Tweet with this ``media_id``. :param media_id: The ID of the media to check. -- 2.25.1