From ca0b3ef4b5d2fb9f08e2c14e5ea1a5b11df604a9 Mon Sep 17 00:00:00 2001 From: Harmon Date: Tue, 6 Apr 2021 18:43:39 -0500 Subject: [PATCH] Improve API documentation line length consistency --- tweepy/api.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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| -- 2.25.1