From: Harmon Date: Tue, 29 Dec 2020 08:41:30 +0000 (-0600) Subject: Improve formatting for documentation for include_rts parameter X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=0c993af70082285b9848e9bc0323821ad5a33c4f;p=tweepy.git Improve formatting for documentation for include_rts parameter In documentation for API.user_timeline --- 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