[Zope-Checkins] CVS: Zope/lib/python/Products/PluginIndexes/TextIndexNG - Thesaurus.py:1.1.2.2
Andreas Jung
andreas@digicool.com
Tue, 12 Feb 2002 20:41:27 -0500
Update of /cvs-repository/Zope/lib/python/Products/PluginIndexes/TextIndexNG
In directory cvs.zope.org:/tmp/cvs-serv28606
Modified Files:
Tag: ajung-textindexng-branch
Thesaurus.py
Log Message:
doc string fixed
=== Zope/lib/python/Products/PluginIndexes/TextIndexNG/Thesaurus.py 1.1.2.1 => 1.1.2.2 ===
##############################################################################
-__doc__=""" same as BaseProximityLexicon but usable for Zope """
+__doc__=""" same as BaseThesaurus but usable for Zope """
from Persistence import Persistent
from Acquisition import Implicit