Merge pull request #272 from iiSeymour/patch-1

[Trivial] Added missing comma. [ci skip]
This commit is contained in:
Mike Helmick 2013-10-10 07:54:01 -07:00
commit 2ae270fcdf

View file

@ -156,7 +156,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)
Authenticated Users Home Timeline