readme: The wildcard doesn't count as an extension.
This commit is contained in:
parent
86f930bd37
commit
73d06e6ff8
2 changed files with 2 additions and 2 deletions
|
|
@ -47,7 +47,7 @@ then to run:
|
|||
|
||||
### Tools
|
||||
|
||||
Extensions({len(extension_set)}) | Tools({len(tool_set)})
|
||||
Extensions({len(extension_set)-1}) | Tools({len(tool_set)})
|
||||
---------- | -----""")
|
||||
for extensions, tools_ in all_tools:
|
||||
print("%s | %s" % (" ".join("." + extension for extension in extensions),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue