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?")