projects
/
tweepy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1c161f9
)
Removed erroneous 'page' parameter from user_timeline documentation
author
Daniel Lefevre
<dpllefevre89@gmail.com>
Sat, 26 Dec 2020 19:14:08 +0000
(14:14 -0500)
committer
Daniel Lefevre
<dpllefevre89@gmail.com>
Sat, 26 Dec 2020 19:14:08 +0000
(14:14 -0500)
docs/api.rst
patch
|
blob
|
blame
|
history
diff --git
a/docs/api.rst
b/docs/api.rst
index 956d9b485c09a666087727f8da6a8836c577b689..3c30f4b2488376453dda08d36fc37e1037d719f2 100644
(file)
--- 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