Fix signature in documentation for API.get_oembed
authorHarmon <Harmon758@gmail.com>
Mon, 24 May 2021 11:08:44 +0000 (06:08 -0500)
committerHarmon <Harmon758@gmail.com>
Mon, 24 May 2021 11:08:44 +0000 (06:08 -0500)
tweepy/api.py

index 4aaa91d0aa1774e3e1173a70f75965d831ff1e41..9df4c1e27324dac5f8b33c4456258c5cda534a83 100644 (file)
@@ -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 \
         )