From d5dfcb7e8626ba2149049040573ac151205f143b Mon Sep 17 00:00:00 2001 From: Natan L Date: Sun, 15 Dec 2013 20:28:43 -0800 Subject: [PATCH] Fix typo 'SECERT' --> 'SECRET' --- docs/usage/starting_out.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/usage/starting_out.rst b/docs/usage/starting_out.rst index b96e452..0a681ac 100644 --- a/docs/usage/starting_out.rst +++ b/docs/usage/starting_out.rst @@ -98,7 +98,7 @@ Once you have the final user tokens, store them in a database for later use! .. code-block:: python OAUTH_TOKEN = final_step['oauth_token'] - OAUTH_TOKEN_SECERT = final_step['oauth_token_secret'] + OAUTH_TOKEN_SECRET = final_step['oauth_token_secret'] .. _oauth2: