Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9fa47eb commit 790a9b4Copy full SHA for 790a9b4
1 file changed
Tools/msi/msi.py
@@ -859,7 +859,7 @@ def add_features(db):
859
htmlfiles = Feature(db, "Documentation", "Documentation",
860
"Python HTMLHelp File", 7, parent = default_feature)
861
tools = Feature(db, "Tools", "Utility Scripts",
862
- "Python utility scripts (Tools/", 9,
+ "Python utility scripts (Tools/)", 9,
863
parent = default_feature, attributes=2)
864
testsuite = Feature(db, "Testsuite", "Test suite",
865
"Python test suite (Lib/test/)", 11,
0 commit comments