From: Harmon Date: Sat, 20 Feb 2021 01:20:03 +0000 (-0600) Subject: Improve documentation to clarify usage of chunked upload endpoints X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=36ad7818cf008350d3e850a3fbfb037a9499292b;p=tweepy.git Improve documentation to clarify usage of chunked upload endpoints --- diff --git a/docs/api.rst b/docs/api.rst index 1a0b3b1..3806eb2 100644 --- a/docs/api.rst +++ b/docs/api.rst @@ -1322,7 +1322,7 @@ Media methods [additional_owners]) Use this endpoint to upload images to Twitter. - This automatically uses the chunked upload endpoint for videos. + This automatically uses the chunked upload endpoints for videos. :param filename: |filename| :param file: |file| @@ -1339,7 +1339,7 @@ Media methods [additional_owners]) Use this endpoint to upload images to Twitter. - This does not use the chunked upload endpoint. + This does not use the chunked upload endpoints. :param filename: |filename| :param file: |file| @@ -1352,8 +1352,8 @@ Media methods .. method:: API.chunked_upload(filename, [file], [file_type], \ [media_category], [additional_owners]) - Use this endpoint to upload images to Twitter. - This uses the chunked upload endpoint. + Use this to upload images to Twitter. + This uses the chunked upload endpoints. :param filename: |filename| :param file: |file|