From 883118f9bb9fb186c90b3df9a658ac4e89aab8ff Mon Sep 17 00:00:00 2001 From: Daniel Lefevre Date: Mon, 21 Dec 2020 00:29:28 -0500 Subject: [PATCH] Update docs/api.rst Co-authored-by: Harmon --- docs/api.rst | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/docs/api.rst b/docs/api.rst index cb23065..f0ad92a 100644 --- a/docs/api.rst +++ b/docs/api.rst @@ -58,11 +58,12 @@ Timeline methods :param since_id: |since_id| :param max_id: |max_id| :param trim_user: |trim_user| - :param exclude_replies: A boolean which will prevent reply tweets from - being included with the returned timeline. Note - that the API will return a number of tweets equal - to the count parameter before replies are filtered - out. Defaults to True. + :param exclude_replies: This parameter will prevent replies from appearing + in the returned timeline. Using ``exclude_replies`` + with the ``count`` parameter will mean you will + receive up-to count Tweets — this is because the + ``count`` parameter retrieves that many Tweets + before filtering out retweets and replies. :param include_entities: |include_entities| :rtype: list of :class:`Status` objects -- 2.25.1