Remove bad tab indent
authorAdrian <adrian@planetcoding.net>
Wed, 4 Apr 2012 08:03:49 +0000 (11:03 +0300)
committerAdrian <adrian@planetcoding.net>
Wed, 4 Apr 2012 08:03:49 +0000 (11:03 +0300)
docs/user/advanced.rst

index fd3f754..cee2d4b 100644 (file)
@@ -276,8 +276,8 @@ To use the Twitter Streaming API to track the keyword "requests":
         data={'track': 'requests'}, auth=('username', 'password'))
 
     for line in r.iter_lines():
-           if line: # filter out keep-alive new lines
-                   print json.loads(line)
+        if line: # filter out keep-alive new lines
+            print json.loads(line)
 
 
 Verbose Logging