From ca91ca90fd1291cad59937d4e70956e0f4aa32df Mon Sep 17 00:00:00 2001 From: Harmon Date: Fri, 15 Jan 2021 13:15:30 -0600 Subject: [PATCH] Fix API.get_media_upload_status allowed_param documentation --- tweepy/api.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tweepy/api.py b/tweepy/api.py index dc732cd..c181dd9 100644 --- a/tweepy/api.py +++ b/tweepy/api.py @@ -388,7 +388,7 @@ class API: def get_media_upload_status(self, *args, **kwargs): """ :reference: https://developer.twitter.com/en/docs/twitter-api/v1/media/upload-media/api-reference/get-media-upload-status - :allowed_param: 'media_ids' + :allowed_param: 'media_id' """ return bind_api( api=self, -- 2.25.1