projects
/
tweepy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9e75283
)
Fix reference in API.chunked_upload documentation
author
Harmon
<Harmon758@gmail.com>
Sun, 11 Apr 2021 18:57:26 +0000
(13:57 -0500)
committer
Harmon
<Harmon758@gmail.com>
Sun, 11 Apr 2021 18:57:26 +0000
(13:57 -0500)
tweepy/api.py
patch
|
blob
|
blame
|
history
diff --git
a/tweepy/api.py
b/tweepy/api.py
index c3348744eb725bbb8620ede7a50d61e97304c784..e823ada65f2935d603818d7e90c025a5c6ee70ba 100644
(file)
--- a/
tweepy/api.py
+++ b/
tweepy/api.py
@@
-2446,7
+2446,7
@@
class API:
:rtype: :class:`Media` object
- :reference https://developer.twitter.com/en/docs/twitter-api/v1/media/upload-media/uploading-media/chunked-media-upload
+ :reference
:
https://developer.twitter.com/en/docs/twitter-api/v1/media/upload-media/uploading-media/chunked-media-upload
"""
fp = file or open(filename, 'rb')