changeset 268:84d2414021d9 trunk

Fix typo in documentation of the default extraction methods. Thanks to Ramiro Morales for pointing out the mistake.
author cmlenz
date Wed, 22 Aug 2007 11:32:09 +0000
parents 385083341519
children 73a289193199
files doc/messages.txt
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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`:
Copyright (C) 2012-2017 Edgewall Software