From 36ad7818cf008350d3e850a3fbfb037a9499292b Mon Sep 17 00:00:00 2001 From: Harmon Date: Fri, 19 Feb 2021 19:20:03 -0600 Subject: [PATCH] Improve documentation to clarify usage of chunked upload endpoints --- docs/api.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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| -- 2.25.1