PEP8 Edit: Removed Tab -> added 4 spaces

This commit is contained in:
Remy D 2011-12-07 14:22:15 -05:00
parent d93651c486
commit 709c8453ea

View file

@ -5,4 +5,4 @@ twitter = Twython()
public_timeline = twitter.getPublicTimeline()
for tweet in public_timeline:
print tweet["text"]
print tweet["text"]