fix typo of APP_SECRET #265

Merged
fredrik merged 1 commit from typo-fix into master 2013-09-06 07:01:17 -07:00
Showing only changes of commit 21ce7edc2b - Show all commits

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()