Update print statements to print() functions
This commit is contained in:
parent
0702b4bce1
commit
4f1e41a9e5
3 changed files with 7 additions and 7 deletions
|
|
@ -98,7 +98,7 @@ That being said, Twython offers a generator for search results and can be access
|
|||
|
||||
results = twitter.cursor(twitter.search, q='python')
|
||||
for result in results:
|
||||
print result
|
||||
print(result)
|
||||
|
||||
Manipulate the Request (headers, proxies, etc.)
|
||||
-----------------------------------------------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue