From 58c269a2ff46591c001179d45d88b9b626e4c2b0 Mon Sep 17 00:00:00 2001 From: Harmon Date: Mon, 25 Oct 2021 04:14:13 -0500 Subject: [PATCH] Add version added directive to documentation for Paginator --- tweepy/pagination.py | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.25.1