Skip to content

Commit

Permalink
Fix simple typo: perfom -> perform
Browse files Browse the repository at this point in the history
  • Loading branch information
timgates42 committed Feb 26, 2020
1 parent 2188520 commit c1c7441
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fuzzywuzzy/process.py
Expand Up @@ -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

Expand Down

0 comments on commit c1c7441

Please sign in to comment.