From 939a9e2c4427525f9cc7e048ebf8b899f40d373d Mon Sep 17 00:00:00 2001 From: Piero Toffanin Date: Fri, 29 Dec 2023 16:05:45 -0500 Subject: [PATCH] Typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a704a95..1cb1c5d 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ print(src, tgt, removed) Source and target must have the same number of lines. No validation checks are made. Duplication checks are only made on the source content. If you want to check for duplicates on the target, simply switch the order of the parameters. -is + ## Build ```bash