Removed erroneous 'page' parameter from user_timeline documentation
authorDaniel Lefevre <dpllefevre89@gmail.com>
Sat, 26 Dec 2020 19:14:08 +0000 (14:14 -0500)
committerDaniel Lefevre <dpllefevre89@gmail.com>
Sat, 26 Dec 2020 19:14:08 +0000 (14:14 -0500)
docs/api.rst

index 956d9b485c09a666087727f8da6a8836c577b689..3c30f4b2488376453dda08d36fc37e1037d719f2 100644 (file)
@@ -85,7 +85,7 @@ Timeline methods
 
 
 .. method:: API.user_timeline([id/user_id/screen_name], [since_id], [max_id], \
-                              [count], [page])
+                              [count])
 
    Returns the 20 most recent statuses posted from the authenticating user or
    the user specified. It's also possible to request another user's timeline
@@ -97,7 +97,6 @@ Timeline methods
    :param since_id: |since_id|
    :param max_id: |max_id|
    :param count: |count|
-   :param page: |page|
    :rtype: list of :class:`Status` objects