From: Harmon Date: Sun, 11 Apr 2021 18:57:26 +0000 (-0500) Subject: Fix reference in API.chunked_upload documentation X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=9a5a0293a828503810be01b8abe2c1c95ccf72ab;p=tweepy.git Fix reference in API.chunked_upload documentation --- diff --git a/tweepy/api.py b/tweepy/api.py index c334874..e823ada 100644 --- a/tweepy/api.py +++ b/tweepy/api.py @@ -2446,7 +2446,7 @@ class API: :rtype: :class:`Media` object - :reference https://developer.twitter.com/en/docs/twitter-api/v1/media/upload-media/uploading-media/chunked-media-upload + :reference: https://developer.twitter.com/en/docs/twitter-api/v1/media/upload-media/uploading-media/chunked-media-upload """ fp = file or open(filename, 'rb')