projects
/
tweepy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2efe385
)
Typo on string #22
author
Darío Hereñú
<magallania@gmail.com>
Fri, 24 Aug 2018 18:09:14 +0000
(15:09 -0300)
committer
GitHub
<noreply@github.com>
Fri, 24 Aug 2018 18:09:14 +0000
(15:09 -0300)
docs/cursor_tutorial.rst
patch
|
blob
|
blame
|
history
diff --git
a/docs/cursor_tutorial.rst
b/docs/cursor_tutorial.rst
index aeeea9f494c1a4943895e50c8bddba0043fcf745..4d2741c9b32f96361f5170f07562ac7e1c9ad00a 100644
(file)
--- a/
docs/cursor_tutorial.rst
+++ b/
docs/cursor_tutorial.rst
@@
-19,7
+19,7
@@
require less code Tweepy has the Cursor object.
Old way vs Cursor way
---------------------
-First let's demonstrate iterating the statues in the authenticated
+First let's demonstrate iterating the statu
s
es in the authenticated
user's timeline. Here is how we would do it the "old way" before
Cursor object was introduced::