diff options
author | Calum Lind <calumlind@gmail.com> | 2016-11-13 16:09:30 +0100 |
---|---|---|
committer | Calum Lind <calumlind+deluge@gmail.com> | 2016-11-17 11:19:59 +0100 |
commit | 2657cc39218d6ec3b5a7b5f9a462a8262e7404d5 (patch) | |
tree | 4d54c0eb599caf199ff8ca7548d9ae8f0817e47b /msgfmt.py | |
parent | [GTKUI] Add decode_string to column name comparison (diff) | |
download | deluge-2657cc39218d6ec3b5a7b5f9a462a8262e7404d5.tar.xz deluge-2657cc39218d6ec3b5a7b5f9a462a8262e7404d5.zip |
[Lint] Quote cleanup
Diffstat (limited to 'msgfmt.py')
-rwxr-xr-x | msgfmt.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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: |