From 391b2a16aabaad94fc52f8ddfb2e37bebb56921f Mon Sep 17 00:00:00 2001
From: Dirk Alders <dirk@mount-mockery.de>
Date: Sun, 23 Mar 2025 16:29:03 +0100
Subject: [PATCH] transfer template changed

---
 templates/py/requirement_specification.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/templates/py/requirement_specification.py b/templates/py/requirement_specification.py
index c286a81..2ae6e63 100644
--- a/templates/py/requirement_specification.py
+++ b/templates/py/requirement_specification.py
@@ -1,5 +1,5 @@
 def specification(req_spec):
-    eq_spec.add_title({{ data.titel|tojson }})
+    req_spec.add_title({{ data.titel|tojson }})
 {% set sec = namespace(cnt = 1) %}
 {%- for uid in data.uid_list_sorted %}
 	{%- with item=data.item_dict[uid] %}