Documentation fix in oauth tutorial.
authorJoshua Roesslein <jroesslein@gmail.com>
Mon, 24 May 2010 03:35:38 +0000 (22:35 -0500)
committerJoshua Roesslein <jroesslein@gmail.com>
Mon, 24 May 2010 03:35:38 +0000 (22:35 -0500)
doc/auth_tutorial.rst

index dff81991aefd91b053416bc15470534b3aaead2c..5765a3af9576015706e0cd6679c792b392c28afe 100644 (file)
@@ -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.