Merge pull request #339 from dalleng/master

Add missing comma in documentation code snippet
This commit is contained in:
Mike Helmick 2014-08-21 21:16:58 -04:00
commit 429c77c810

View file

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