Skip to content

Commit f7c8f6d

Browse files
committed
Documentation fix in oauth tutorial.
1 parent c6fa5a5 commit f7c8f6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/auth_tutorial.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ URL request. Here is a pseudo example of storing the request token in
104104
a session::
105105

106106
session.set('request_token', (auth.request_token.key,
107-
auth.request_token.secret)
107+
auth.request_token.secret))
108108

109109
So now we can redirect the user to the URL returned to us earlier from
110110
the get_authorization_url() method.

0 commit comments

Comments
 (0)