This commit is contained in:
Steve Hulet 2013-07-01 11:58:52 -07:00
commit fe26f12e50

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)