From 41eab003e2e6c8b141e4f1181a70d6f5e542295d Mon Sep 17 00:00:00 2001 From: Tim Gates Date: Fri, 24 Dec 2021 18:05:24 +1100 Subject: [PATCH] docs: fix simple typo, witout -> without There is a small typo in foursquare/__init__.py. Should read `without` rather than `witout`. --- foursquare/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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