Fixed typo

This commit is contained in:
2023-03-03 09:53:33 +01:00
parent 3fce2e1c62
commit dd4cc34e6c

View File

@@ -7,7 +7,7 @@ def format(source: str, prettify: bool) -> str:
:param source: XML to format :param source: XML to format
:param prettify: sets if XML must be prettified :param prettify: sets if XML must be prettified
(have added intendations etc.) or not (added indentations etc.) or not
:return: formatted XML :return: formatted XML
""" """