# HG changeset patch # User cmlenz # Date 1187782329 0 # Node ID 84d2414021d9cee522237d3af530c3d56c7d1f59 # Parent 385083341519525e55684dc2ee60b909f0083f71 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 --- a/doc/messages.txt +++ b/doc/messages.txt @@ -175,8 +175,8 @@ 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`: