From 87b1f899384a07c67bcc68fd71addbf6670c6a23 Mon Sep 17 00:00:00 2001 From: Harmon Date: Mon, 24 May 2021 07:40:41 -0500 Subject: [PATCH] Improve signature formatting in documentation for API.list_timeline --- tweepy/api.py | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/tweepy/api.py b/tweepy/api.py index af468dc..9b4e367 100644 --- a/tweepy/api.py +++ b/tweepy/api.py @@ -1512,9 +1512,10 @@ class API: @pagination(mode='id') @payload('status', list=True) def list_timeline(self, **kwargs): - """list_timeline(*, list_id, slug, owner_screen_name, owner_id, \ - since_id, max_id, count, include_entities, \ - include_rts) + """list_timeline( \ + *, list_id, slug, owner_screen_name, owner_id, since_id, max_id, \ + count, include_entities, include_rts \ + ) Returns a timeline of Tweets authored by members of the specified list. Retweets are included by default. Use the ``include_rts=false`` -- 2.25.1