Add missing comma in documentation code snippet #339

Merged
dalleng merged 1 commit from master into master 2014-08-21 18:16:58 -07:00

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