From cf3748a3eb27086b6e98a416b258ac9a3a431e83 Mon Sep 17 00:00:00 2001 From: ryanmcgrath Date: Mon, 13 Sep 2010 02:21:55 -0700 Subject: [PATCH] Migrated from home v4 --- Home.textile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Home.textile b/Home.textile index 4437874..55cf253 100644 --- a/Home.textile +++ b/Home.textile @@ -6,7 +6,7 @@ Twython takes care of authenticating a user with Twitter, so you can get full AP import twython -# Create a Tango instance using Basic (HTTP) Authentication and update our Status +# Create a Twython instance using Basic (HTTP) Authentication and update our Status twitter = twython.setup(authtype="Basic", username="example", password="example") twitter.updateStatus("See how easy this was?")