From c71a74355698013366187e91e63af85adc44cd11 Mon Sep 17 00:00:00 2001 From: Harmon Date: Sun, 1 Sep 2019 15:04:22 -0500 Subject: [PATCH] Improve formatting in documentation for API.media_upload --- docs/api.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.25.1