Fixed #94 and done some refactoring #99

Merged
bema merged 10 commits from bema/fix/libxml_headers into master 2023-03-03 10:43:34 +01:00
Showing only changes of commit dd4cc34e6c - Show all commits

View File

@@ -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
"""