]> jfr.im git - z_archive/twitter.git/commitdiff
tiny syntax fix
authortpltnt <redacted>
Thu, 30 Oct 2014 23:24:19 +0000 (23:24 +0000)
committertpltnt <redacted>
Thu, 30 Oct 2014 23:24:19 +0000 (23:24 +0000)
README

diff --git a/README b/README
index 851cf967549add9a4e4b8115e97de4678abc7ac0..afb587c93215088ef2439d7e946daa1c46547f13 100644 (file)
--- a/README
+++ b/README
@@ -81,7 +81,7 @@ Examples:
 from twitter import *
 
 t = Twitter(
-    auth=OAuth(token, token_key, con_secret, con_secret_key)))
+    auth=OAuth(token, token_key, con_secret, con_secret_key))
 
 # Get your "home" timeline
 t.statuses.home_timeline()