projects
/
tweepy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3e620e5
)
Improve formatting in documentation for API.media_upload
author
Harmon
<Harmon758@gmail.com>
Sun, 1 Sep 2019 20:04:22 +0000
(15:04 -0500)
committer
Harmon
<Harmon758@gmail.com>
Sun, 1 Sep 2019 20:04:22 +0000
(15:04 -0500)
docs/api.rst
patch
|
blob
|
blame
|
history
diff --git
a/docs/api.rst
b/docs/api.rst
index ad8ff5eb2946a573c35121fbf56f71e4b219efcb..184b7092f9cc4131fd0cf5963f77edfb13abae52 100644
(file)
--- 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.