Improve formatting for documentation for include_rts parameter
authorHarmon <Harmon758@gmail.com>
Tue, 29 Dec 2020 08:41:30 +0000 (02:41 -0600)
committerHarmon <Harmon758@gmail.com>
Tue, 29 Dec 2020 08:41:30 +0000 (02:41 -0600)
In documentation for API.user_timeline

docs/api.rst

index 1a4e56964f7aa239c68b50cfe17d5a3fbcb5e174..d868ce4e8d3320222cd393ae5d7ae751d924d3be 100644 (file)
@@ -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