projects
/
tweepy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c6fa5a5
)
Documentation fix in oauth tutorial.
author
Joshua Roesslein
<jroesslein@gmail.com>
Mon, 24 May 2010 03:35:38 +0000
(22:35 -0500)
committer
Joshua Roesslein
<jroesslein@gmail.com>
Mon, 24 May 2010 03:35:38 +0000
(22:35 -0500)
doc/auth_tutorial.rst
patch
|
blob
|
blame
|
history
diff --git
a/doc/auth_tutorial.rst
b/doc/auth_tutorial.rst
index dff81991aefd91b053416bc15470534b3aaead2c..5765a3af9576015706e0cd6679c792b392c28afe 100644
(file)
--- a/
doc/auth_tutorial.rst
+++ b/
doc/auth_tutorial.rst
@@
-104,7
+104,7
@@
URL request. Here is a pseudo example of storing the request token in
a session::
session.set('request_token', (auth.request_token.key,
- auth.request_token.secret)
+ auth.request_token.secret)
)
So now we can redirect the user to the URL returned to us earlier from
the get_authorization_url() method.