Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 790a9b4

Browse files
committed
Add a missing close paren
1 parent 9fa47eb commit 790a9b4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Tools/msi/msi.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -859,7 +859,7 @@ def add_features(db):
859859
htmlfiles = Feature(db, "Documentation", "Documentation",
860860
"Python HTMLHelp File", 7, parent = default_feature)
861861
tools = Feature(db, "Tools", "Utility Scripts",
862-
"Python utility scripts (Tools/", 9,
862+
"Python utility scripts (Tools/)", 9,
863863
parent = default_feature, attributes=2)
864864
testsuite = Feature(db, "Testsuite", "Test suite",
865865
"Python test suite (Lib/test/)", 11,

0 commit comments

Comments
 (0)