From 8b278879cd3cc2dca02a297f8b28e2a422fbcc20 Mon Sep 17 00:00:00 2001 From: Robin Linacre Date: Wed, 8 Nov 2023 09:49:25 +0000 Subject: [PATCH] change python code to make tetss run --- splink/linker.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/splink/linker.py b/splink/linker.py index c4a96b4a87..0fd83b5be3 100644 --- a/splink/linker.py +++ b/splink/linker.py @@ -354,7 +354,7 @@ def _source_dataset_column_name(self): @property def _two_dataset_link_only(self): # Two dataset link only join is a special case where an inner join of the - # two datasets is much more efficient than self-joining the vertically + # two datasets is much more efficient than self-joining the vertical # concatenation of all input datasets if self._find_new_matches_mode: return True