Fix code block in cursor tutorial
authorHarmon <Harmon758@gmail.com>
Tue, 4 Dec 2018 15:36:28 +0000 (09:36 -0600)
committerGitHub <noreply@github.com>
Tue, 4 Dec 2018 15:36:28 +0000 (09:36 -0600)
docs/cursor_tutorial.rst

index 4d2741c9b32f96361f5170f07562ac7e1c9ad00a..a4e6e442b32252d1dc5791dc23931f896b823612 100644 (file)
@@ -103,7 +103,7 @@ If you want your results to include the full text of the long tweets make these
 
 .. code-block :: python
 
-# example code
-tweets = tweepy.Cursor(api.search, tweet_mode='extended')
-for tweet in tweets:
-    content = tweet.full_text
+   # example code
+   tweets = tweepy.Cursor(api.search, tweet_mode='extended')
+   for tweet in tweets:
+       content = tweet.full_text