From f85534e87fe6b537854649517c931ff4d65fa2c2 Mon Sep 17 00:00:00 2001 From: Harmon Date: Wed, 7 Apr 2021 09:15:16 -0500 Subject: [PATCH] Improve API.update_with_media documentation line length consistency --- tweepy/api.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tweepy/api.py b/tweepy/api.py index 86dfbd1..f8485b2 100644 --- a/tweepy/api.py +++ b/tweepy/api.py @@ -777,8 +777,8 @@ class API: :param file: |file| :param possibly_sensitive: Set to true for content which may not be suitable for every audience. - :param in_reply_to_status_id: The ID of an existing status that the update - is in reply to. + :param in_reply_to_status_id: The ID of an existing status that the + update is in reply to. :param lat: The location's latitude that this tweet refers to. :param long: The location's longitude that this tweet refers to. :param place_id: Twitter ID of location which is listed in the Tweet if -- 2.25.1