From 439a61affab391d44341ac3113592698abd4143b Mon Sep 17 00:00:00 2001 From: HiPhish Date: Sun, 9 Apr 2023 20:00:51 +0200 Subject: Change "can not" to "cannot" throughout project The word "cannot" expresses inability to do something whereas "can not" expresses the ability to refrain from doing something. --- packaging/createmsi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'packaging/createmsi.py') diff --git a/packaging/createmsi.py b/packaging/createmsi.py index fe49b7b17..4febc393d 100755 --- a/packaging/createmsi.py +++ b/packaging/createmsi.py @@ -246,7 +246,7 @@ class PackageGenerator: }) ET.SubElement(vcredist_feature, 'MergeRef', {'Id': 'VCRedist'}) ET.ElementTree(self.root).write(self.main_xml, encoding='utf-8', xml_declaration=True) - # ElementTree can not do prettyprinting so do it manually + # ElementTree cannot do pretty-printing, so do it manually import xml.dom.minidom doc = xml.dom.minidom.parse(self.main_xml) with open(self.main_xml, 'w') as open_file: -- cgit v1.2.3