Skip to content
This repository has been archived by the owner on Aug 26, 2024. It is now read-only.

Correct a typo in process.py #285

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
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 fuzzywuzzy/process.py
Original file line number Diff line number Diff line change
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