From 06ea5425715fbb2cb65307d07972000ac2c86bb8 Mon Sep 17 00:00:00 2001 From: Brian Ball Date: Fri, 24 Sep 2021 19:46:25 -0700 Subject: [PATCH] Update cursor.py to fix typo Cusor to Cursor --- tweepy/cursor.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tweepy/cursor.py b/tweepy/cursor.py index cee20cd..e89b985 100644 --- a/tweepy/cursor.py +++ b/tweepy/cursor.py @@ -9,7 +9,7 @@ from tweepy.parsers import ModelParser, RawParser class Cursor: - """:class:`Cusor` can be used to paginate for any :class:`API` methods that + """:class:`Cursor` can be used to paginate for any :class:`API` methods that support pagination Parameters -- 2.25.1