From: Christopher Lenz Date: Wed, 22 Aug 2007 11:32:09 +0000 (+0000) Subject: Fix typo in documentation of the default extraction methods. Thanks to Ramiro Morales... X-Git-Tag: 1.0~385 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7caa997f8b162e43147fc7318b465d018ffc835a;p=thirdparty%2Fbabel.git Fix typo in documentation of the default extraction methods. Thanks to Ramiro Morales for pointing out the mistake. --- diff --git a/doc/messages.txt b/doc/messages.txt index d82dd36f..cf1df56d 100644 --- a/doc/messages.txt +++ b/doc/messages.txt @@ -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`: