Merge pull request #292 from kuyan/patch-1

Fix docs typo [ci skip]
This commit is contained in:
Mike Helmick 2013-12-16 08:00:49 -08:00
commit 8001b5265b

View file

@ -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: