projects
/
tweepy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
da1bc98
)
Use class directive for return type in documentation for API.get_oembed
author
Harmon
<Harmon758@gmail.com>
Tue, 25 May 2021 10:43:17 +0000
(
05:43
-0500)
committer
Harmon
<Harmon758@gmail.com>
Tue, 25 May 2021 10:43:17 +0000
(
05:43
-0500)
tweepy/api.py
patch
|
blob
|
blame
|
history
diff --git
a/tweepy/api.py
b/tweepy/api.py
index 04ad09a26002197a02f13898207fac5e8ff6b97a..fa8d5dc1e348d32c55e1961132ac715f2cd6a940 100644
(file)
--- a/
tweepy/api.py
+++ b/
tweepy/api.py
@@
-729,7
+729,7
@@
class API:
Returns
-------
- dict
+ :class:`dict`
JSON
References