From 62801521a4ae91474b488364b4b40d535ad0a979 Mon Sep 17 00:00:00 2001 From: Daniel Lefevre Date: Sat, 19 Dec 2020 17:30:10 -0500 Subject: [PATCH] Removed erroneous 'page' parameter from API.home_timeline docstring --- docs/api.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/api.rst b/docs/api.rst index e6ddb6d..a45b8c7 100644 --- a/docs/api.rst +++ b/docs/api.rst @@ -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 -- 2.25.1