Improve documentation to clarify usage of chunked upload endpoints
authorHarmon <Harmon758@gmail.com>
Sat, 20 Feb 2021 01:20:03 +0000 (19:20 -0600)
committerHarmon <Harmon758@gmail.com>
Sat, 20 Feb 2021 01:20:03 +0000 (19:20 -0600)
docs/api.rst

index 1a0b3b15b99050bcee4de95ed56ae614a972ca02..3806eb2d8326e849fa8ca9a06f1a619fa9c8522d 100644 (file)
@@ -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|