From: Daniel Lefevre Date: Sat, 19 Dec 2020 22:30:10 +0000 (-0500) Subject: Removed erroneous 'page' parameter from API.home_timeline docstring X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=62801521a4ae91474b488364b4b40d535ad0a979;p=tweepy.git Removed erroneous 'page' parameter from API.home_timeline docstring --- 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