Add missing comma in documentation code snippet

This commit is contained in:
Diego Allen 2014-08-21 21:07:59 -04:00
parent 54647cf0a9
commit 14e9349f48

View file

@ -22,7 +22,7 @@ Create a Twython instance with your application keys and the users OAuth tokens
.. code-block:: python .. code-block:: python
from twython import Twython from twython import Twython
twitter = Twython(APP_KEY, APP_SECRET twitter = Twython(APP_KEY, APP_SECRET,
OAUTH_TOKEN, OAUTH_TOKEN_SECRET) OAUTH_TOKEN, OAUTH_TOKEN_SECRET)
User Information User Information