[Zope-CVS] CVS: Products/ZCTextIndex - Index.py:1.5

Tim Peters tim.one@comcast.net
Wed, 15 May 2002 20:42:19 -0400


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

Modified Files:
	Index.py 
Log Message:
Changed module docstring to make clear that this is a cosine index.


=== Products/ZCTextIndex/Index.py 1.4 => 1.5 ===
 ##############################################################################
 
-"""Full text index with relevance ranking."""
+"""Full text index with relevance ranking, using a cosine measure."""
 
 import math