From ac6164bfc453ed3d099dd93747c08fe3ad2f387f Mon Sep 17 00:00:00 2001 From: andrea-gi <61882700+andrea-gi@users.noreply.github.com> Date: Mon, 1 Jul 2024 14:18:25 -0500 Subject: [PATCH] fix typo in Fingerprinter doc --- dedupe/blocking.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. """