[Lint] Quote cleanup

This commit is contained in:
Calum Lind 2016-11-13 15:09:30 +00:00 committed by Calum Lind
parent 441861786b
commit 2657cc3921
77 changed files with 294 additions and 282 deletions

View file

@ -209,7 +209,7 @@ def main():
# do it
if not args:
print('No input file given', file=sys.stderr)
print("Try `msgfmt --help' for more information.", file=sys.stderr)
print('Try `msgfmt --help` for more information.', file=sys.stderr)
return
for filename in args: