From 6f77addef86d4ab414bea1251913e44b946a1322 Mon Sep 17 00:00:00 2001 From: Chris Seymour Date: Thu, 10 Oct 2013 15:53:02 +0100 Subject: [PATCH] [Trivial] Added missing comma. --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 4727dc5..143a277 100644 --- a/README.rst +++ b/README.rst @@ -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