From c1c7441325a8886e776794034301cdfdf070ee09 Mon Sep 17 00:00:00 2001 From: Tim Gates Date: Thu, 27 Feb 2020 05:49:48 +1100 Subject: [PATCH] Fix simple typo: `perfom` -> `perform` Closes #266 --- fuzzywuzzy/process.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fuzzywuzzy/process.py b/fuzzywuzzy/process.py index 4d73248d..c1f0755f 100644 --- a/fuzzywuzzy/process.py +++ b/fuzzywuzzy/process.py @@ -70,7 +70,7 @@ def no_process(x): pass # If the processor was removed by setting it to None - # perfom a noop as it still needs to be a function + # perform a noop as it still needs to be a function if processor is None: processor = no_process