summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJesús Espino <jespinog@gmail.com>2015-03-20 12:15:11 +0100
committerJesús Espino <jespinog@gmail.com>2015-07-31 22:25:40 +0200
commitbff595933069dc859a05a2380894148a82c14605 (patch)
tree2b7e093fd3c95e80f675f210b2a838da395b28e9 /docs
parent4c00689ef53beb516f93806a882ea1f264ab9808 (diff)
downloadbabel-bff595933069dc859a05a2380894148a82c14605.tar.gz
Fix typo on mapping filename
Now the setup.cfg example for extract_messages configuration is equivalent to the command line example.
Diffstat (limited to 'docs')
-rw-r--r--docs/setup.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/setup.rst b/docs/setup.rst
index ef203e9..fd7ee75 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