readme: Try to stop wrapping in the column titles.
This commit is contained in:
parent
f2f922e97f
commit
9d28ab6d72
1 changed files with 1 additions and 1 deletions
|
|
@ -47,7 +47,7 @@ then to run:
|
||||||
|
|
||||||
### Tools
|
### Tools
|
||||||
|
|
||||||
Extensions ({len(extension_set)}) | Tools ({len(tool_set)})
|
Extensions({len(extension_set)}) | Tools({len(tool_set)})
|
||||||
---------- | -----""")
|
---------- | -----""")
|
||||||
for extensions, tools_ in all_tools:
|
for extensions, tools_ in all_tools:
|
||||||
print("%s | %s" % (" ".join("." + extension for extension in extensions),
|
print("%s | %s" % (" ".join("." + extension for extension in extensions),
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue