]> git.ipfire.org Git - thirdparty/babel.git/commitdiff
Fix typo in documentation of the default extraction methods. Thanks to Ramiro Morales...
authorChristopher Lenz <cmlenz@gmail.com>
Wed, 22 Aug 2007 11:32:09 +0000 (11:32 +0000)
committerChristopher Lenz <cmlenz@gmail.com>
Wed, 22 Aug 2007 11:32:09 +0000 (11:32 +0000)
doc/messages.txt

index d82dd36fac1d5d80a2b173588d026db76744bb9b..cf1df56d6e14e8a0a2935f315dd302dc23045589 100644 (file)
@@ -175,8 +175,8 @@ messages from Python source files) and ``ignore`` (which extracts nothing).
 The ``python`` extractor is by default mapped to the glob pattern ``**.py``,
 meaning it'll be applied to all files with the ``.py`` extension in any 
 directory. If you specify your own mapping configuration, this default mapping
-is not discarded, so you need to explicitly add it to your mapping (as shown in
-the example above.)
+is discarded, so you need to explicitly add it to your mapping (as shown in the
+example above.)
 
 
 .. _`referencing extraction methods`: