Skip to content

Commit 62c24a2

Browse files
authored
fix typo in Fingerprinter doc (#1200)
1 parent 012acaf commit 62c24a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dedupe/blocking.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ def __call__(
116116

117117
def reset_indices(self) -> None:
118118
"""
119-
Fingeprinter indicdes can take up a lot of memory. If you are
119+
Fingerprinter indices can take up a lot of memory. If you are
120120
done with blocking, the method will reset the indices to free up.
121121
If you need to block again, the data will need to be re-indexed.
122122
"""

0 commit comments

Comments
 (0)