projects
/
tweepy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4c7df4b
)
Add version added directive to documentation for Paginator
author
Harmon
<Harmon758@gmail.com>
Mon, 25 Oct 2021 09:14:13 +0000
(
04:14
-0500)
committer
Harmon
<Harmon758@gmail.com>
Mon, 25 Oct 2021 09:14:13 +0000
(
04:14
-0500)
tweepy/pagination.py
patch
|
blob
|
blame
|
history
diff --git
a/tweepy/pagination.py
b/tweepy/pagination.py
index 6e9fd47a6e8caab052d59ced2a8f407dfa4d1001..0e79b0c0b7284dd6350d291a9c9166a869a5b788 100644
(file)
--- a/
tweepy/pagination.py
+++ b/
tweepy/pagination.py
@@
-9,6
+9,8
@@
class Paginator:
""":class:`Paginator` can be used to paginate for any :class:`Client`
methods that support pagination
+ .. versionadded:: 4.0
+
Parameters
----------
method