From 7fc5714a1b4d55ede6e80c70617c8e0668d7adf3 Mon Sep 17 00:00:00 2001 From: qqjettkgjzhxmwj <37233887+JettScythe@users.noreply.github.com> Date: Wed, 10 Dec 2025 08:46:30 -0400 Subject: [PATCH] Update transformations.py fix typo --- src/jiwer/transformations.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/jiwer/transformations.py b/src/jiwer/transformations.py index c9c3ca4..d7fa387 100644 --- a/src/jiwer/transformations.py +++ b/src/jiwer/transformations.py @@ -95,7 +95,7 @@ ] ) """ -This is the same as `wer_standardize`, but this version can be usd when the number of +This is the same as `wer_standardize`, but this version can be used when the number of reference and hypothesis sentences differ. """