From 0c993af70082285b9848e9bc0323821ad5a33c4f Mon Sep 17 00:00:00 2001 From: Harmon Date: Tue, 29 Dec 2020 02:41:30 -0600 Subject: [PATCH] Improve formatting for documentation for include_rts parameter In documentation for API.user_timeline --- docs/api.rst | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/docs/api.rst b/docs/api.rst index 1a4e569..d868ce4 100644 --- a/docs/api.rst +++ b/docs/api.rst @@ -95,11 +95,10 @@ Timeline methods :param trim_user: |trim_user| :param exclude_replies: |exclude_replies| :param include_rts: When set to ``false``, the timeline will strip any - native retweets (though they will still count toward both the - maximal length of the timeline and the slice selected - by the count parameter). Note: If you're using the - trim_user parameter in conjunction with include_rts, - the retweets will still contain a full user object. + native retweets (though they will still count toward both the maximal + length of the timeline and the slice selected by the count parameter). + Note: If you're using the trim_user parameter in conjunction with + include_rts, the retweets will still contain a full user object. :rtype: list of :class:`Status` objects -- 2.25.1