]> granicus.if.org Git - python/commitdiff
Add a missing close paren
authorBrian Curtin <brian@python.org>
Thu, 26 Apr 2012 04:38:05 +0000 (23:38 -0500)
committerBrian Curtin <brian@python.org>
Thu, 26 Apr 2012 04:38:05 +0000 (23:38 -0500)
Tools/msi/msi.py

index 77489dc9f899f6378d41030aa266e1928497a0ba..ce67978f505b7a91fa372a7bc710735ba6f2f69d 100644 (file)
@@ -859,7 +859,7 @@ def add_features(db):
     htmlfiles = Feature(db, "Documentation", "Documentation",
                         "Python HTMLHelp File", 7, parent = default_feature)
     tools = Feature(db, "Tools", "Utility Scripts",
-                    "Python utility scripts (Tools/", 9,
+                    "Python utility scripts (Tools/)", 9,
                     parent = default_feature, attributes=2)
     testsuite = Feature(db, "Testsuite", "Test suite",
                         "Python test suite (Lib/test/)", 11,