diff --git a/dedupe/blocking.py b/dedupe/blocking.py index 956626fd..69ed8b1b 100644 --- a/dedupe/blocking.py +++ b/dedupe/blocking.py @@ -116,7 +116,7 @@ def __call__( def reset_indices(self) -> None: """ - Fingeprinter indicdes can take up a lot of memory. If you are + Fingerprinter indices can take up a lot of memory. If you are done with blocking, the method will reset the indices to free up. If you need to block again, the data will need to be re-indexed. """