diff --git a/foursquare/__init__.py b/foursquare/__init__.py index 1b51a0c..3414fd5 100644 --- a/foursquare/__init__.py +++ b/foursquare/__init__.py @@ -484,7 +484,7 @@ def call_method(self, method, *args, **kw): token=token) # If the return type is the request_url, simply build the URL and - # return it witout executing anything + # return it without executing anything if 'returns' in meta and meta['returns'] == 'request_url': return cred_url