From 8ed77ea0ff156c88bb6c5053fb1d83d77c6f2b74 Mon Sep 17 00:00:00 2001 From: Vikas Raunak Date: Tue, 8 Aug 2023 12:10:27 -0700 Subject: [PATCH] Update get_substitutions.py --- src/get_substitutions.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/get_substitutions.py b/src/get_substitutions.py index b69cc2c..c893a0c 100644 --- a/src/get_substitutions.py +++ b/src/get_substitutions.py @@ -16,8 +16,8 @@ positions.append(tokens[3].strip()) references.append(tokens[2].strip()) -# Now call substututions -# Prefix Perturbation vs Suffix Perturbation +# Now call substitutions +# Prefix Perturbation vs Suffix Perturbation Numbers for s, p, r in zip(sources, positions, references): n = len( s.split() )