From: Josh Roesslein Date: Sun, 17 Oct 2010 04:34:20 +0000 (-0500) Subject: Fix up auth tutorial. X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=4799c740a20882e854a636e2721164cd5841a6c8;p=tweepy.git Fix up auth tutorial. Closes #54 --- diff --git a/doc/auth_tutorial.rst b/doc/auth_tutorial.rst index 5765a3a..42a0f73 100644 --- a/doc/auth_tutorial.rst +++ b/doc/auth_tutorial.rst @@ -54,7 +54,7 @@ to using it: Tweepy tries to make OAuth as painless as possible for you. To begin the process we need to register our client application with -Twitter. You can do that here. Create a new application and once you +Twitter. Create a new application and once you are done you should have your consumer token and secret. Keep these two handy, you'll need them.