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

Fix simple typo: perfom -> perform #267

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
Fix simple typo: perfom -> perform
Closes #266
timgates42 committed Feb 26, 2020
commit c1c7441325a8886e776794034301cdfdf070ee09
2 changes: 1 addition & 1 deletion fuzzywuzzy/process.py
Original file line number Diff line number Diff line change
@@ -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