From: Christopher Lenz Date: Fri, 8 Jun 2007 11:32:27 +0000 (+0000) Subject: Fix typo in [58]. X-Git-Tag: 1.0~571 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=907d726be30ae35c0424d6bbaaae2dc4b5be1386;p=thirdparty%2Fbabel.git Fix typo in [58]. --- diff --git a/babel/messages/frontend.py b/babel/messages/frontend.py index 3459662b..0e997f76 100644 --- a/babel/messages/frontend.py +++ b/babel/messages/frontend.py @@ -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'), ]