projects
/
tweepy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e4a588e
)
Update cursor.py to fix typo
author
Brian Ball
<ideabrian@gmail.com>
Sat, 25 Sep 2021 02:46:25 +0000
(19:46 -0700)
committer
GitHub
<noreply@github.com>
Sat, 25 Sep 2021 02:46:25 +0000
(19:46 -0700)
Cusor to Cursor
tweepy/cursor.py
patch
|
blob
|
blame
|
history
diff --git
a/tweepy/cursor.py
b/tweepy/cursor.py
index cee20cd28a0bac30d209a91c118273611e5e16e7..e89b985e7df210fffbac878b56333e32e4e7608b 100644
(file)
--- 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:`Cu
r
sor` can be used to paginate for any :class:`API` methods that
support pagination
Parameters