From: Harmon Date: Sun, 11 Apr 2021 18:21:28 +0000 (-0500) Subject: Improve API.get_media_upload_status documentation grammar and wording X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=4f537a48799380540a74f8c13416def96bbd1752;p=tweepy.git Improve API.get_media_upload_status documentation grammar and wording --- 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.