PEP8 Edits: Mostly cosmetic tweaks. Removed tabs, breaking lines longer than 80 chars, etc... #52

Merged
decause merged 4 commits from master into master 2011-12-17 16:35:00 -08:00
Showing only changes of commit 9fcd14f3d1 - Show all commits

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"]