projects
/
tweepy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7a52b28
)
Fix signature in documentation for API.get_oembed
author
Harmon
<Harmon758@gmail.com>
Mon, 24 May 2021 11:08:44 +0000
(06:08 -0500)
committer
Harmon
<Harmon758@gmail.com>
Mon, 24 May 2021 11:08:44 +0000
(06:08 -0500)
tweepy/api.py
patch
|
blob
|
blame
|
history
diff --git
a/tweepy/api.py
b/tweepy/api.py
index 4aaa91d0aa1774e3e1173a70f75965d831ff1e41..9df4c1e27324dac5f8b33c4456258c5cda534a83 100644
(file)
--- a/
tweepy/api.py
+++ b/
tweepy/api.py
@@
-657,7
+657,7
@@
class API:
@payload('json')
def get_oembed(self, url, **kwargs):
- """get_oembed(
+ """get_oembed(
\
url, *, maxwidth, hide_media, hide_thread, omit_script, align, \
related, lang, theme, link_color, widget_type, dnt \
)