no more annoying '''.format()

This commit is contained in:
anon 2024-01-12 23:23:51 +01:00
parent 4eed7f8203
commit dc7feec7de

3
plug

@ -33,7 +33,8 @@ def usage():
#placeholder<hw> BEGIN
hello world
#placeholder<hw> END
some more original text'''.format(sys.argv[0]))
some more original text
'''.format(sys.argv[0]), end='')