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):