From: Daniel Lefevre Date: Sat, 26 Dec 2020 19:14:08 +0000 (-0500) Subject: Removed erroneous 'page' parameter from user_timeline documentation X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=7118d65612ae8ca60c781d1bbd5e3e66e4671e0d;p=tweepy.git Removed erroneous 'page' parameter from user_timeline documentation --- diff --git a/docs/api.rst b/docs/api.rst index 956d9b4..3c30f4b 100644 --- a/docs/api.rst +++ b/docs/api.rst @@ -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