diff --git a/Backend-libXML/Parser.py b/Backend-libXML/Parser.py index 4cd5ac7..73c303a 100644 --- a/Backend-libXML/Parser.py +++ b/Backend-libXML/Parser.py @@ -7,7 +7,7 @@ def format(source: str, prettify: bool) -> str: :param source: XML to format :param prettify: sets if XML must be prettified - (have added intendations etc.) or not + (added indentations etc.) or not :return: formatted XML """