diff --git a/mslib/utils/__init__.py b/mslib/utils/__init__.py index c5f56df0b..bbc40dbae 100644 --- a/mslib/utils/__init__.py +++ b/mslib/utils/__init__.py @@ -85,7 +85,7 @@ def setup_logging(args): logger.addHandler(fh) -# ToDo likly this can be removed in python 3 because that uses unicode +# ToDo likely this can be removed in python 3 because that uses unicode # modified Version from minidom, https://github.com/python/cpython/blob/2.7/Lib/xml/dom/minidom.py # MSS needed to change all writings as unicode not str from xml.dom.minidom import _write_data, Node # nosec