[Zope3-checkins] CVS: Zope3/src/zope/index/interfaces -
__init__.py:1.6
Garrett Smith
cvs-admin at zope.org
Fri Oct 31 14:07:16 EST 2003
Update of /cvs-repository/Zope3/src/zope/index/interfaces
In directory cvs.zope.org:/tmp/cvs-serv23486/src/zope/index/interfaces
Modified Files:
__init__.py
Log Message:
Corrected a typo.
=== Zope3/src/zope/index/interfaces/__init__.py 1.5 => 1.6 ===
--- Zope3/src/zope/index/interfaces/__init__.py:1.5 Thu Jul 17 14:38:32 2003
+++ Zope3/src/zope/index/interfaces/__init__.py Fri Oct 31 14:07:15 2003
@@ -51,7 +51,7 @@
count: the maximum number of results to return (default: all)
return: ([(docid, rank), ...], total)
- The return value is a triple:
+ The return value is a tuple:
matches: list of (int, float) tuples, docid and rank
total: int, the total number of matches
More information about the Zope3-Checkins
mailing list