From: Harmon Date: Thu, 20 May 2021 15:51:38 +0000 (-0500) Subject: Fix reference in documentation for Cursor X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=05664fbf59c263a473fac6fa0d72e95c30920ace;p=tweepy.git Fix reference in documentation for Cursor --- 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