From: Daniel Lefevre Date: Sun, 27 Dec 2020 02:56:43 +0000 (-0500) Subject: Fixed typos in include_rts param in api.rst/API.user_timeline X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=81ac9958ee0747b948b8d4b01016fa227a83a59e;p=tweepy.git Fixed typos in include_rts param in api.rst/API.user_timeline --- diff --git a/docs/api.rst b/docs/api.rst index d75f9a6..64eaee1 100644 --- a/docs/api.rst +++ b/docs/api.rst @@ -94,8 +94,8 @@ Timeline methods :param max_id: |max_id| :param trim_user: |trim_user| :param exclude_replies: |exclude_replies| - :include_rts: When set to false , the timeline will strip any native - retweets (though they will still count toward both the + :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,