Improve API documentation line length consistency
authorHarmon <Harmon758@gmail.com>
Tue, 6 Apr 2021 23:43:39 +0000 (18:43 -0500)
committerHarmon <Harmon758@gmail.com>
Tue, 6 Apr 2021 23:43:39 +0000 (18:43 -0500)
tweepy/api.py

index 24e99786e836551a8e0c075a2b560dcf67953214..e8219d530311db72fc1ce8537fb941f97a60cfb1 100644 (file)
@@ -402,9 +402,9 @@ class API:
                       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 be
-        automatically recognized as an Embedded Tweet when Twitter's widget
+        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
+        be automatically recognized as an Embedded Tweet when Twitter's widget
         JavaScript is included on the page.
 
         The oEmbed endpoint allows customization of the final appearance of an
@@ -517,8 +517,8 @@ class API:
         """retweets_of_me(*, count, since_id, max_id, trim_user, \
                           include_entities, include_user_entities)
 
-        Returns the 20 most recent Tweets of the authenticated user that have been
-        retweeted by others.
+        Returns the 20 most recent Tweets of the authenticated user that have
+        been retweeted by others.
 
         :param count: |count|
         :param since_id: |since_id|