projects
/
tweepy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e15eb49
)
Fix up auth tutorial.
author
Josh Roesslein
<jroesslein@gmail.com>
Sun, 17 Oct 2010 04:34:20 +0000
(23:34 -0500)
committer
Josh Roesslein
<jroesslein@gmail.com>
Sun, 17 Oct 2010 04:34:20 +0000
(23:34 -0500)
Closes #54
doc/auth_tutorial.rst
patch
|
blob
|
blame
|
history
diff --git
a/doc/auth_tutorial.rst
b/doc/auth_tutorial.rst
index 5765a3af9576015706e0cd6679c792b392c28afe..42a0f731aa3645a6320213fa64ce3887fc489962 100644
(file)
--- 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.