From: Harmon Date: Mon, 25 Oct 2021 09:14:13 +0000 (-0500) Subject: Add version added directive to documentation for Paginator X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=58c269a2ff46591c001179d45d88b9b626e4c2b0;p=tweepy.git Add version added directive to documentation for Paginator --- diff --git a/tweepy/pagination.py b/tweepy/pagination.py index 6e9fd47..0e79b0c 100644 --- 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