From: Darío Hereñú Date: Fri, 24 Aug 2018 18:09:14 +0000 (-0300) Subject: Typo on string #22 X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=d9efb558ff3412c8b51ef34065c926b0408490dd;p=tweepy.git Typo on string #22 --- 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::