Add version added directive to documentation for Paginator
authorHarmon <Harmon758@gmail.com>
Mon, 25 Oct 2021 09:14:13 +0000 (04:14 -0500)
committerHarmon <Harmon758@gmail.com>
Mon, 25 Oct 2021 09:14:13 +0000 (04:14 -0500)
tweepy/pagination.py

index 6e9fd47a6e8caab052d59ced2a8f407dfa4d1001..0e79b0c0b7284dd6350d291a9c9166a869a5b788 100644 (file)
@@ -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