From 1eb0249e986a01d38d8a3902d31f20d4ed3aeaff Mon Sep 17 00:00:00 2001 From: Susa Giogoli <su.giogoli@icloud.com> Date: Fri, 14 Jul 2023 21:06:17 +0200 Subject: [PATCH] deleted one comment --- writefile.py | 1 - 1 file changed, 1 deletion(-) diff --git a/writefile.py b/writefile.py index 2fab19f..4fcc842 100644 --- a/writefile.py +++ b/writefile.py @@ -239,7 +239,6 @@ def writeparameter(parameterobj, headnode, enumnodedict, enumvaldict, parameterl def defFunction(functionname, file, indent, inargs, function, returnargs): - #return values are not written in the function at the moment """ writes the body for each function, it leaves the body empty and gives a description for the method which should be implemented :param functionname: name of the function changed to a lowercase String without blanks -- GitLab