Removed erroneous 'page' parameter from API.home_timeline docstring
authorDaniel Lefevre <dpllefevre89@gmail.com>
Sat, 19 Dec 2020 22:30:10 +0000 (17:30 -0500)
committerDaniel Lefevre <dpllefevre89@gmail.com>
Sat, 19 Dec 2020 22:30:10 +0000 (17:30 -0500)
docs/api.rst

index e6ddb6d874ebab5ec26bd0ae17105cdd6d8dd715..a45b8c7dccc5b433dc0ff32ad81c77c5be23c147 100644 (file)
@@ -48,7 +48,7 @@ Timeline methods
 ----------------
 
 .. method:: API.home_timeline([since_id], [max_id], [trim_user], [exclude_replies], \
-                              [count], [page])
+                              [count])
 
    Returns the 20 most recent statuses, including retweets, posted by the
    authenticating user and that user's friends. This is the equivalent of
@@ -59,7 +59,6 @@ Timeline methods
    :param trim_user: |trim_user|
    :param exclude_replies: |exclude_replies|
    :param count: |count|
-   :param page: |page|
    :rtype: list of :class:`Status` objects