readme: Right aligned the extensions column.

This commit is contained in:
Andrew Hamilton 2018-06-05 08:10:14 +10:00
parent 8c53f2c47c
commit 5a218bed13
2 changed files with 2 additions and 2 deletions

View file

@ -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_)))