changed from textile to markdown - fixed incorrectly triggered numbered list instead of comments in python code snippet

harcek 2011-10-07 15:16:29 -07:00
parent 91062c4e48
commit 631514fcea

@ -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>