mirror of
https://github.com/wassname/scikit-image.git
synced 2026-08-11 11:25:30 +08:00
Fix section titles to avoid spaces
This commit is contained in:
@@ -9,6 +9,7 @@ print('*' * screen_width)
|
||||
|
||||
if len(sys.argv) > 1:
|
||||
header = ' '.join(sys.argv[1:])
|
||||
header = header.replace('.', ' ')
|
||||
print('*', header.center(screen_width - 4), '*')
|
||||
print('*' * screen_width)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user