Merge pull request #265 from fredrikmollerstrand/typo-fix

fix typo of APP_SECRET [ci skip]
This commit is contained in:
Mike Helmick 2013-09-06 07:01:17 -07:00
commit acf6063fcd

View file

@ -122,7 +122,7 @@ Obtain an OAuth 2 Access Token
.. code-block:: python
APP_KEY = 'YOUR_APP_KEY'
APP_SECET = 'YOUR_APP_SECRET'
APP_SECRET = 'YOUR_APP_SECRET'
twitter = Twython(APP_KEY, APP_SECRET, oauth_version=2)
ACCESS_TOKEN = twitter.obtain_access_token()