From 631514fcea13f1ebcdc0aa7b3e9fc18534a5bc15 Mon Sep 17 00:00:00 2001 From: harcek Date: Fri, 7 Oct 2011 15:16:29 -0700 Subject: [PATCH] changed from textile to markdown - fixed incorrectly triggered numbered list instead of comments in python code snippet --- Home.textile => Home.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename Home.textile => Home.md (92%) diff --git a/Home.textile b/Home.md similarity index 92% rename from Home.textile rename to Home.md index 060dc77..7dde63f 100644 --- a/Home.textile +++ b/Home.md @@ -5,8 +5,8 @@ Twython is a Python API wrapper for the Twitter REST API. 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")