From 907d726be30ae35c0424d6bbaaae2dc4b5be1386 Mon Sep 17 00:00:00 2001 From: Christopher Lenz Date: Fri, 8 Jun 2007 11:32:27 +0000 Subject: [PATCH] Fix typo in [58]. --- babel/messages/frontend.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'), ] -- 2.47.2