From d40ea17239dd6f5e2906cd5ba9cb582d8bdff1cd Mon Sep 17 00:00:00 2001 From: Pado <ulrike.pado@hft-stuttgart.de> Date: Wed, 23 Oct 2024 18:46:04 +0000 Subject: [PATCH] fixed typo --- Source/Skript/german/run_LR_SBERT.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/Skript/german/run_LR_SBERT.py b/Source/Skript/german/run_LR_SBERT.py index f3253dd..f86ca5b 100644 --- a/Source/Skript/german/run_LR_SBERT.py +++ b/Source/Skript/german/run_LR_SBERT.py @@ -216,7 +216,7 @@ def main(): ) if count == 1: - writer.write("\nClassification Report cannot pe printed as observed grade column is empty or filled " + writer.write("\nClassification Report cannot be printed as observed grade column is empty or filled " "with 'NONE' or 'none' values\n") else: -- GitLab