summaryrefslogtreecommitdiffstats
path: root/msgfmt.py
diff options
context:
space:
mode:
authorCalum Lind <calumlind@gmail.com>2016-11-13 16:09:30 +0100
committerCalum Lind <calumlind+deluge@gmail.com>2016-11-17 11:19:59 +0100
commit2657cc39218d6ec3b5a7b5f9a462a8262e7404d5 (patch)
tree4d54c0eb599caf199ff8ca7548d9ae8f0817e47b /msgfmt.py
parent[GTKUI] Add decode_string to column name comparison (diff)
downloaddeluge-2657cc39218d6ec3b5a7b5f9a462a8262e7404d5.tar.xz
deluge-2657cc39218d6ec3b5a7b5f9a462a8262e7404d5.zip
[Lint] Quote cleanup
Diffstat (limited to 'msgfmt.py')
-rwxr-xr-xmsgfmt.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/msgfmt.py b/msgfmt.py
index 057b253e8..79d056936 100755
--- a/msgfmt.py
+++ b/msgfmt.py
@@ -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: