diff --git a/Source/Skript/german/run_LR_SBERT.py b/Source/Skript/german/run_LR_SBERT.py
index a0f0bf4ccec14238e159d321b958d71ac3cd2bb6..f3253ddfcca02a4c37e94a0a5ff4aa29bfe3717d 100644
--- a/Source/Skript/german/run_LR_SBERT.py
+++ b/Source/Skript/german/run_LR_SBERT.py
@@ -222,7 +222,7 @@ def main():
 
             # Write the classification report to the file
 
-            writer.write("\nClassification Report:\n")
+            writer.write("\nClassification Report - high Precision for classes correct or incorrect indicates that the class prediction is reliable:\n")
             writer.write(formatted_output)
 
     # print('\nExecution time:', time.strftime("%H:%M:%S", time.gmtime(time.time() - start_time)),file=out)