# HG changeset patch # User cmlenz # Date 1181302347 0 # Node ID 341d04297f24d390900322bf0bb763baa63b43af # Parent e68fd956ebceb2b414db30cf506b1c13fd2d2e56 Fix typo in [58]. diff --git a/babel/messages/frontend.py b/babel/messages/frontend.py --- a/babel/messages/frontend.py +++ b/babel/messages/frontend.py @@ -76,7 +76,7 @@ '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'), ]