From 709c8453ea48a520d4a9583f5b8f37c53f3aa878 Mon Sep 17 00:00:00 2001 From: Remy D Date: Wed, 7 Dec 2011 14:22:15 -0500 Subject: [PATCH] PEP8 Edit: Removed Tab -> added 4 spaces --- core_examples/public_timeline.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core_examples/public_timeline.py b/core_examples/public_timeline.py index 40d311d..da28e7e 100644 --- a/core_examples/public_timeline.py +++ b/core_examples/public_timeline.py @@ -5,4 +5,4 @@ twitter = Twython() public_timeline = twitter.getPublicTimeline() for tweet in public_timeline: - print tweet["text"] + print tweet["text"]