Update cursor.py to fix typo
authorBrian Ball <ideabrian@gmail.com>
Sat, 25 Sep 2021 02:46:25 +0000 (19:46 -0700)
committerGitHub <noreply@github.com>
Sat, 25 Sep 2021 02:46:25 +0000 (19:46 -0700)
Cusor to Cursor

tweepy/cursor.py

index cee20cd28a0bac30d209a91c118273611e5e16e7..e89b985e7df210fffbac878b56333e32e4e7608b 100644 (file)
@@ -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