From 05664fbf59c263a473fac6fa0d72e95c30920ace Mon Sep 17 00:00:00 2001 From: Harmon Date: Thu, 20 May 2021 10:51:38 -0500 Subject: [PATCH] Fix reference in documentation for Cursor --- tweepy/cursor.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tweepy/cursor.py b/tweepy/cursor.py index 1d8a11d..cee20cd 100644 --- a/tweepy/cursor.py +++ b/tweepy/cursor.py @@ -15,7 +15,7 @@ class Cursor: Parameters ---------- method - :class:`Client` method to paginate for + :class:`API` method to paginate for args Positional arguments to pass to ``method`` kwargs -- 2.25.1