mirror of https://github.com/python/cpython.git
Add a missing close paren
This commit is contained in:
parent
9fa47ebafe
commit
790a9b4c19
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue