]> jfr.im git - z_archive/twitter.git/blobdiff - README
tiny syntax fix
[z_archive/twitter.git] / 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()