changed from textile to markdown - fixed incorrectly triggered numbered list instead of comments in python code snippet
parent
91062c4e48
commit
631514fcea
1 changed files with 2 additions and 2 deletions
|
|
@ -5,8 +5,8 @@ Twython is a Python API wrapper for the Twitter REST API.
|
|||
<code>
|
||||
from twython import Twython
|
||||
|
||||
\# Create a Twython instance
|
||||
\# Note: For OAuth examples, see the included Django application.
|
||||
# Create a Twython instance
|
||||
# Note: For OAuth examples, see the included Django application.
|
||||
twitter = Twython()
|
||||
twitter.searchTwitter(q="bert")
|
||||
</code>
|
||||
Loading…
Add table
Add a link
Reference in a new issue