From cfeca8a62f6da30280f8964b8cadf3134d2445f3 Mon Sep 17 00:00:00 2001 From: Michael Rudolf <rudolf@geo.tu-darmstadt.de> Date: Mon, 12 May 2025 16:49:53 +0200 Subject: [PATCH] Fixes #117 --- u4py/io/docx_report.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/u4py/io/docx_report.py b/u4py/io/docx_report.py index aff3fb3..7e07a14 100644 --- a/u4py/io/docx_report.py +++ b/u4py/io/docx_report.py @@ -291,7 +291,7 @@ def hlnug_description( f"der {secondary_names} auf einer Länge von {secondary_lengths:.1f}\u00a0m" ) prgph.add_run( - f"Die Rutschung wird von {u4human.listed_strings(road_list)} durchkreuzt. " + f"Die Rutschung wird von {u4human.listed_strings(road_list)} gequert. " ) else: -- GitLab