From: Harmon Date: Sun, 11 Apr 2021 18:57:51 +0000 (-0500) Subject: Fix reference in API.chunked_upload_append documentation X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=5be07c2e3e34c61d2bcf3d2cb43e2f8163233137;p=tweepy.git Fix reference in API.chunked_upload_append documentation --- diff --git a/tweepy/api.py b/tweepy/api.py index e823ada..f7afed9 100644 --- a/tweepy/api.py +++ b/tweepy/api.py @@ -2501,7 +2501,7 @@ class API: between 0-999 inclusive. The first segment has index 0, second segment has index 1, and so on. - :reference https://developer.twitter.com/en/docs/twitter-api/v1/media/upload-media/api-reference/post-media-upload-append + :reference: https://developer.twitter.com/en/docs/twitter-api/v1/media/upload-media/api-reference/post-media-upload-append """ post_data = { 'command': 'APPEND',