PEP8 Edit: Removed Tab -> added 4 spaces

This commit is contained in:
Remy D 2011-12-07 14:23:22 -05:00
parent 709c8453ea
commit 9fcd14f3d1

View file

@ -5,4 +5,4 @@ twitter = Twython()
search_results = twitter.searchTwitter(q="WebsDotCom", rpp="50")
for tweet in search_results["results"]:
print tweet["text"]
print tweet["text"]