Skip to content

Commit

Permalink
Fix typo in compare.rst docs (#164)
Browse files Browse the repository at this point in the history
  • Loading branch information
hwong557 authored Apr 7, 2022
1 parent 4da0650 commit f1579ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/ref-compare.rst
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ additional (keyword) arguments to the custom function.
comparer.extact('given_name', 'given_name', 'y_name')
comparer.string('surname', 'surname', 'y_surname')
comparer.add(CompareZipCodes('postcode', 'postcode',
'partial_sim_value'=0.2, label='y_postcode'))
'partial_sim_value'=0.5, label='y_postcode'))
comparer.compute(pairs, dfA, dfB)
Expand Down

0 comments on commit f1579ef

Please sign in to comment.