Merge pull request #236 from hulet/typo-fix

typo fix
This commit is contained in:
Mike Helmick 2013-07-01 11:59:45 -07:00
commit 80938412f3

View file

@ -89,7 +89,7 @@ Now, you'll want to create a Twython instance with your ``Consumer Key`` and ``C
.. code-block:: python
APP_KEY = 'YOUR_APP_KEY'
APP_SECET = 'YOUR_APP_SECRET'
APP_SECRET = 'YOUR_APP_SECRET'
twitter = Twython(APP_KEY, APP_SECRET)