diff --git a/twython/endpoints.py b/twython/endpoints.py index 81aa582..d0add16 100644 --- a/twython/endpoints.py +++ b/twython/endpoints.py @@ -135,7 +135,7 @@ class EndpointsMixin(object): to the 'update_status' method using the 'media_ids' param. Docs: - https://dev.twitter.com/rest/public/uploading-media-multiple-photos + https://dev.twitter.com/rest/public/uploading-media """ return self.post('https://upload.twitter.com/1.1/media/upload.json', params=params)