From d9efb558ff3412c8b51ef34065c926b0408490dd Mon Sep 17 00:00:00 2001 From: =?utf8?q?Dar=C3=ADo=20Here=C3=B1=C3=BA?= Date: Fri, 24 Aug 2018 15:09:14 -0300 Subject: [PATCH] Typo on string #22 --- docs/cursor_tutorial.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/cursor_tutorial.rst b/docs/cursor_tutorial.rst index aeeea9f..4d2741c 100644 --- 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 statuses in the authenticated user's timeline. Here is how we would do it the "old way" before Cursor object was introduced:: -- 2.25.1