readme: Right aligned the extensions column.
This commit is contained in:
parent
8c53f2c47c
commit
5a218bed13
2 changed files with 2 additions and 2 deletions
|
|
@ -48,7 +48,7 @@ then to run:
|
|||
### Tools
|
||||
|
||||
Extensions({len(extension_set)-1}) | Tools({len(tool_set)})
|
||||
---------- | -----""")
|
||||
----------:| -----""")
|
||||
for extensions, tools_ in all_tools:
|
||||
print("%s | %s" % (" ".join("." + extension for extension in extensions),
|
||||
" • ".join(tool_markup(tool) for tool in tools_)))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue