From bff595933069dc859a05a2380894148a82c14605 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jes=C3=BAs=20Espino?= Date: Fri, 20 Mar 2015 12:15:11 +0100 Subject: [PATCH] Fix typo on mapping filename Now the setup.cfg example for extract_messages configuration is equivalent to the command line example. --- docs/setup.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/setup.rst b/docs/setup.rst index ef203e9d..fd7ee754 100644 --- a/docs/setup.rst +++ b/docs/setup.rst @@ -202,7 +202,7 @@ underscore characters instead of dashes, for example: [extract_messages] keywords = _ gettext ngettext - mapping_file = babel.cfg + mapping_file = mapping.cfg width = 80 This would be equivalent to invoking the command from the command-line as -- 2.47.2