Skip to content

Commit

Permalink
Fix typo in compare.rst docs (#163)
Browse files Browse the repository at this point in the history
  • Loading branch information
hwong557 authored Apr 7, 2022
1 parent f1579ef commit 160c41a
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 @@ -141,7 +141,7 @@ first two numbers are identical, then the algorithm returns 0.5.
"""Compare zipcodes.
If the zipcodes in both records are identical, the similarity
is 0. If the first two values agree and the last two don't, then
is 1. If the first two values agree and the last two don't, then
the similarity is 0.5. Otherwise, the similarity is 0.
"""
Expand Down

0 comments on commit 160c41a

Please sign in to comment.