[Zope-CVS] CVS: Products/ZCTextIndex - ZCTextIndex.py:1.1.2.12

Guido van Rossum guido@python.org
Mon, 6 May 2002 09:03:24 -0400


Update of /cvs-repository/Products/ZCTextIndex
In directory cvs.zope.org:/tmp/cvs-serv14924

Modified Files:
      Tag: TextIndexDS9-branch
	ZCTextIndex.py 
Log Message:
Add a module docstring.


=== Products/ZCTextIndex/ZCTextIndex.py 1.1.2.11 => 1.1.2.12 ===
 ##############################################################################
 
+"""Plug in text index for ZCatalog with relevance ranking."""
+
 import re
 
 import ZODB