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>
|
<code>
|
||||||
from twython import Twython
|
from twython import Twython
|
||||||
|
|
||||||
\# Create a Twython instance
|
# Create a Twython instance
|
||||||
\# Note: For OAuth examples, see the included Django application.
|
# Note: For OAuth examples, see the included Django application.
|
||||||
twitter = Twython()
|
twitter = Twython()
|
||||||
twitter.searchTwitter(q="bert")
|
twitter.searchTwitter(q="bert")
|
||||||
</code>
|
</code>
|
||||||
Loading…
Add table
Add a link
Reference in a new issue