Improve API.get_media_upload_status documentation grammar and wording
authorHarmon <Harmon758@gmail.com>
Sun, 11 Apr 2021 18:21:28 +0000 (13:21 -0500)
committerHarmon <Harmon758@gmail.com>
Sun, 11 Apr 2021 18:21:28 +0000 (13:21 -0500)
tweepy/api.py

index 38728a88510b0e194f130ca570c887b39aca06c1..1dd0ce962b7ac23d1d51893dfc46de03aa9a7537 100644 (file)
@@ -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.