From: Harmon Date: Tue, 6 Apr 2021 23:43:39 +0000 (-0500) Subject: Improve API documentation line length consistency X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=ca0b3ef4b5d2fb9f08e2c14e5ea1a5b11df604a9;p=tweepy.git Improve API documentation line length consistency --- diff --git a/tweepy/api.py b/tweepy/api.py index 24e9978..e8219d5 100644 --- a/tweepy/api.py +++ b/tweepy/api.py @@ -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|