Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion foursquare/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down