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