Improve formatting in documentation for API.media_upload
authorHarmon <Harmon758@gmail.com>
Sun, 1 Sep 2019 20:04:22 +0000 (15:04 -0500)
committerHarmon <Harmon758@gmail.com>
Sun, 1 Sep 2019 20:04:22 +0000 (15:04 -0500)
docs/api.rst

index ad8ff5eb2946a573c35121fbf56f71e4b219efcb..184b7092f9cc4131fd0cf5963f77edfb13abae52 100644 (file)
@@ -1076,7 +1076,7 @@ Media methods
    Use this endpoint to upload images to Twitter.
 
    :param filename: The filename of the image to upload. This will
-                    automatically be opened unless `file` is specified.
+                    automatically be opened unless ``file`` is specified.
    :param file: A file object, which will be used instead of opening
                 ``filename``. ``filename`` is still required, for MIME type
                 detection and to use as a form field in the POST data.