From f7c8f6da31ba3a45c87880427b0db42bf5a6fb77 Mon Sep 17 00:00:00 2001 From: Joshua Roesslein Date: Sun, 23 May 2010 22:35:38 -0500 Subject: [PATCH] Documentation fix in oauth tutorial. --- doc/auth_tutorial.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/auth_tutorial.rst b/doc/auth_tutorial.rst index dff8199..5765a3a 100644 --- 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. -- 2.25.1