Typo on string #22
authorDarío Hereñú <magallania@gmail.com>
Fri, 24 Aug 2018 18:09:14 +0000 (15:09 -0300)
committerGitHub <noreply@github.com>
Fri, 24 Aug 2018 18:09:14 +0000 (15:09 -0300)
docs/cursor_tutorial.rst

index aeeea9f494c1a4943895e50c8bddba0043fcf745..4d2741c9b32f96361f5170f07562ac7e1c9ad00a 100644 (file)
@@ -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 statuses in the authenticated
 user's timeline. Here is how we would do it the "old way" before
 Cursor object was introduced::