From: Brian Ball Date: Sat, 25 Sep 2021 02:46:25 +0000 (-0700) Subject: Update cursor.py to fix typo X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=06ea5425715fbb2cb65307d07972000ac2c86bb8;p=tweepy.git Update cursor.py to fix typo Cusor to Cursor --- 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