]> jfr.im git - z_archive/twitter.git/commitdiff
Removed extra parantheses
authorSamuel Marks <redacted>
Mon, 29 Oct 2012 03:17:10 +0000 (14:17 +1100)
committerSamuel Marks <redacted>
Mon, 29 Oct 2012 03:17:10 +0000 (14:17 +1100)
README

diff --git a/README b/README
index 581afa898a4f4c2aa4abc8b55454dd4b306d584d..e63b6f1e26a4a1f8dc4e6a147f15a43a8bcc8a02 100644 (file)
--- a/README
+++ b/README
@@ -82,8 +82,9 @@ Examples::
 
     # see "Authentication" section below for tokens and keys
     t = Twitter(
-        auth=OAuth(OAUTH_TOKEN, OAUTH_SECRET,
-                   CONSUMER_KEY, CONSUMER_SECRET)))
+                auth=OAuth(OAUTH_TOKEN, OAUTH_SECRET,
+                           CONSUMER_KEY, CONSUMER_SECRET)
+               )
 
     # Get the public timeline
     t.statuses.public_timeline()