From 80b7105c450bc4ae08f26458f570dc6316d8b28c Mon Sep 17 00:00:00 2001 From: Suleyman Poyraz <22801690+Zaryob@users.noreply.github.com> Date: Mon, 16 Sep 2024 12:02:32 +0300 Subject: [PATCH] Python testes fixed for attributes --- python/test/attibutes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/test/attibutes.py b/python/test/attibutes.py index e37b679..2204f99 100755 --- a/python/test/attibutes.py +++ b/python/test/attibutes.py @@ -2,7 +2,7 @@ import iksemel as iks -doc_xml = "" +doc_xml = "" doc = iks.newDocument("lala") doc.setAttribute("a", "lala")