From: Jesús Espino Date: Fri, 20 Mar 2015 11:15:11 +0000 (+0100) Subject: Fix typo on mapping filename X-Git-Tag: dev-2a51c9b95d06~40^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F151%2Fhead;p=thirdparty%2Fbabel.git Fix typo on mapping filename Now the setup.cfg example for extract_messages configuration is equivalent to the command line example. --- 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