From: tpltnt Date: Thu, 30 Oct 2014 23:24:19 +0000 (+0000) Subject: tiny syntax fix X-Git-Tag: twitter-1.16.0~9^2 X-Git-Url: https://jfr.im/git/z_archive/twitter.git/commitdiff_plain/bdad9dd1c427c46e6d0ac1021f04993ddf759efc tiny syntax fix --- diff --git a/README b/README index 851cf96..afb587c 100644 --- 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()