]> git.ipfire.org Git - thirdparty/babel.git/commitdiff
Fix typo in [58].
authorChristopher Lenz <cmlenz@gmail.com>
Fri, 8 Jun 2007 11:32:27 +0000 (11:32 +0000)
committerChristopher Lenz <cmlenz@gmail.com>
Fri, 8 Jun 2007 11:32:27 +0000 (11:32 +0000)
babel/messages/frontend.py

index 3459662b97ebf01b796b239867b3159aefbbf94a..0e997f76894c62ff6436359e17051fdb507086a4 100644 (file)
@@ -76,7 +76,7 @@ class extract_messages(Command):
          'set output line width (default 76)'),
         ('no-wrap', None,
          'do not break long message lines, longer than the output line width, '
-         'into several lines')
+         'into several lines'),
         ('input-dirs=',
          'directories that should be scanned for messages'),
     ]