Skip to content

Commit

Permalink
change python code to make tetss run
Browse files Browse the repository at this point in the history
  • Loading branch information
RobinL committed Nov 8, 2023
1 parent a0904f5 commit 8b27887
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion splink/linker.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8b27887

Please sign in to comment.