From 81ac9958ee0747b948b8d4b01016fa227a83a59e Mon Sep 17 00:00:00 2001 From: Daniel Lefevre Date: Sat, 26 Dec 2020 21:56:43 -0500 Subject: [PATCH] Fixed typos in include_rts param in api.rst/API.user_timeline --- docs/api.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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, -- 2.25.1