projects
/
tweepy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3067377
)
Removed erroneous 'page' parameter from API.home_timeline docstring
author
Daniel Lefevre
<dpllefevre89@gmail.com>
Sat, 19 Dec 2020 22:30:10 +0000
(17:30 -0500)
committer
Daniel Lefevre
<dpllefevre89@gmail.com>
Sat, 19 Dec 2020 22:30:10 +0000
(17:30 -0500)
docs/api.rst
patch
|
blob
|
blame
|
history
diff --git
a/docs/api.rst
b/docs/api.rst
index e6ddb6d874ebab5ec26bd0ae17105cdd6d8dd715..a45b8c7dccc5b433dc0ff32ad81c77c5be23c147 100644
(file)
--- 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