usage(): removed printed empty line

This commit is contained in:
anon 2023-02-14 09:50:10 +01:00
parent 42edb95f6f
commit e3914419f1

3
plug
View File

@ -20,8 +20,7 @@ def usage():
Placeholder syntax:
#placeholder<<name>> COLLAPSED
NOTE: text located before the placeholder on the same line is preserved copied,
allowing for commenting it
'''.format(sys.argv[0]))
allowing for commenting it'''.format(sys.argv[0]))
placeholders = {}