From da288ad57a2875487aefc6d8fc624954c898e13d Mon Sep 17 00:00:00 2001 From: Adrian Date: Wed, 4 Apr 2012 11:03:49 +0300 Subject: [PATCH] Remove bad tab indent --- docs/user/advanced.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/user/advanced.rst b/docs/user/advanced.rst index fd3f754..cee2d4b 100644 --- a/docs/user/advanced.rst +++ b/docs/user/advanced.rst @@ -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 -- 2.7.4