From: Harmon Date: Mon, 24 May 2021 11:08:44 +0000 (-0500) Subject: Fix signature in documentation for API.get_oembed X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=4948fdb9731f95588d580c966562eaad9df4cff9;p=tweepy.git Fix signature in documentation for API.get_oembed --- diff --git a/tweepy/api.py b/tweepy/api.py index 4aaa91d..9df4c1e 100644 --- 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 \ )