Skip to content

Commit

Permalink
Improve Twitter Developer API reference link for API.media_upload
Browse files Browse the repository at this point in the history
  • Loading branch information
Harmon758 committed Feb 21, 2021
1 parent 3be44be commit 883084b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tweepy/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ def update_status(self, status, **kwargs):

def media_upload(self, filename, *, file=None, chunked=False,
media_category=None, additional_owners=None, **kwargs):
""" :reference: https://developer.twitter.com/en/docs/twitter-api/v1/media/upload-media/api-reference/post-media-upload
""" :reference: https://developer.twitter.com/en/docs/twitter-api/v1/media/upload-media/overview
"""
h = None
if file is not None:
Expand Down

0 comments on commit 883084b

Please sign in to comment.