projects
/
tweepy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
81ac995
)
Fixed missing params in user_timeline function signature in api.rst
author
Daniel Lefevre
<dpllefevre89@gmail.com>
Sun, 27 Dec 2020 02:58:47 +0000
(21:58 -0500)
committer
Daniel Lefevre
<dpllefevre89@gmail.com>
Sun, 27 Dec 2020 02:58:47 +0000
(21:58 -0500)
docs/api.rst
patch
|
blob
|
blame
|
history
diff --git
a/docs/api.rst
b/docs/api.rst
index 64eaee1c840fe0ec56abe65a8ba74cbe22a99514..245e29a73140ff794ee8b2cca19d43086cfa3533 100644
(file)
--- a/
docs/api.rst
+++ b/
docs/api.rst
@@
-79,8
+79,9
@@
Timeline methods
:rtype: list of :class:`Status` objects
-.. method:: API.user_timeline([id/user_id/screen_name], [since_id], [max_id], \
- [count])
+.. method:: API.user_timeline([id/user_id/screen_name], [since_id], [count], \
+ [max_id], [trim_user], [exclude_replies], \
+ [include_rts])
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