[Zope3-checkins] CVS: Zope3/src/zope/app/index/field - index.py:1.2

Andreas Jung andreas@andreas-jung.com
Wed, 26 Mar 2003 11:25:19 -0500


Update of /cvs-repository/Zope3/src/zope/app/index/field
In directory cvs.zope.org:/tmp/cvs-serv2299

Modified Files:
	index.py 
Log Message:
fixed comment


=== Zope3/src/zope/app/index/field/index.py 1.1 => 1.2 ===
--- Zope3/src/zope/app/index/field/index.py:1.1	Wed Mar 26 11:00:14 2003
+++ Zope3/src/zope/app/index/field/index.py	Wed Mar 26 11:25:18 2003
@@ -11,7 +11,7 @@
 # FOR A PARTICULAR PURPOSE.
 #
 ##############################################################################
-"""This is a text index which can be subscribed to an event service.
+"""This is a field index which can be subscribed to an event service.
 
 Events related to object creation and deletion are translated into
 index_doc() and unindex_doc() calls.