Improve signature formatting in documentation for API.get_oembed
authorHarmon <Harmon758@gmail.com>
Sun, 23 May 2021 21:20:11 +0000 (16:20 -0500)
committerHarmon <Harmon758@gmail.com>
Sun, 23 May 2021 21:20:11 +0000 (16:20 -0500)
tweepy/api.py

index 603c5f6c6590c9cb84cd733f5a019110e7c2907c..a958bbe15626cd2847a7cb2ad9dbfb0d3ba867d9 100644 (file)
@@ -657,9 +657,10 @@ class API:
 
     @payload('json')
     def get_oembed(self, url, **kwargs):
-        """get_oembed(url, *, maxwidth, hide_media, hide_thread, omit_script, \
-                      align, related, lang, theme, link_color, widget_type, \
-                      dnt)
+        """get_oembed(
+            url, *, maxwidth, hide_media, hide_thread, omit_script, align, \
+            related, lang, theme, link_color, widget_type, dnt \
+        )
 
         Returns a single Tweet, specified by either a Tweet web URL or the
         Tweet ID, in an oEmbed-compatible format. The returned HTML snippet will