From: Joshua Roesslein Date: Fri, 27 Dec 2013 18:44:35 +0000 (-0600) Subject: Fix syntax error caused by bad merge. X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=65fe7e57b69eee00334475ac5954291d6e046304;p=tweepy.git Fix syntax error caused by bad merge. --- diff --git a/tweepy/api.py b/tweepy/api.py index e0d955e..1468a31 100644 --- a/tweepy/api.py +++ b/tweepy/api.py @@ -687,12 +687,13 @@ class API(object): path = '/help/languages.json', payload_type = 'json', require_auth = True + ) - """help/configuration""" + """ help/configuration """ configuration = bind_api( path = '/help/configuration.json', payload_type = 'json', - require_auth = True, + require_auth = True ) """ Internal use only """