From: Harmon Date: Sun, 1 Sep 2019 20:04:22 +0000 (-0500) Subject: Improve formatting in documentation for API.media_upload X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=c71a74355698013366187e91e63af85adc44cd11;p=tweepy.git Improve formatting in documentation for API.media_upload --- diff --git a/docs/api.rst b/docs/api.rst index ad8ff5e..184b709 100644 --- a/docs/api.rst +++ b/docs/api.rst @@ -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.