[Zope-CVS] CVS: Products/ZCTextIndex - OkapiIndex.py:1.1.2.2

Tim Peters tim.one@comcast.net
Mon, 13 May 2002 22:50:27 -0400


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

Modified Files:
      Tag: TextIndexDS9-branch
	OkapiIndex.py 
Log Message:
Typo repair.


=== Products/ZCTextIndex/OkapiIndex.py 1.1.2.1 => 1.1.2.2 ===
     K1 = 1.2
     B  = 0.75
-    assert K >= 0.0
+    assert K1 >= 0.0
     assert 0.0 <= B <= 1.0
 
     def __init__(self, lexicon):