typo fix #236

Merged
hulet merged 1 commit from typo-fix into master 2013-07-01 11:59:45 -07:00
Showing only changes of commit 3a198653eb - Show all commits

View file

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