[Zope-Checkins]
SVN: Zope/trunk/lib/python/Products/ZCTextIndex/ZCTextIndex.py
synced whitespace with Zope-2_8-branch
Yvo Schubbe
y.2005- at wcm-solutions.de
Mon Jul 4 15:14:34 EDT 2005
Log message for revision 30998:
synced whitespace with Zope-2_8-branch
Changed:
U Zope/trunk/lib/python/Products/ZCTextIndex/ZCTextIndex.py
-=-
Modified: Zope/trunk/lib/python/Products/ZCTextIndex/ZCTextIndex.py
===================================================================
--- Zope/trunk/lib/python/Products/ZCTextIndex/ZCTextIndex.py 2005-07-04 19:12:51 UTC (rev 30997)
+++ Zope/trunk/lib/python/Products/ZCTextIndex/ZCTextIndex.py 2005-07-04 19:14:34 UTC (rev 30998)
@@ -186,7 +186,7 @@
continue
# To index each attribute separately, we could use the
# following line, but we have preferred to make a single
- # call to index_doc() for all attributes together.
+ # call to index_doc() for all attributes together.
# res += self.index.index_doc(documentId, text)
if text:
if isinstance(text, (list, tuple, )):
@@ -198,7 +198,7 @@
all_texts = filter(lambda text: isinstance(text, basestring), \
all_texts)
if all_texts:
- return self.index.index_doc(documentId, all_texts)
+ return self.index.index_doc(documentId, all_texts)
return res
def unindex_object(self, docid):
More information about the Zope-Checkins
mailing list