[Checkins] SVN: zc.catalog/trunk/src/zc/catalog/valueindex.txt fixed typo.

Yusei Tahara yusei at domen.cx
Thu Aug 24 11:37:51 EDT 2006


Log message for revision 69769:
  fixed typo.
  

Changed:
  U   zc.catalog/trunk/src/zc/catalog/valueindex.txt

-=-
Modified: zc.catalog/trunk/src/zc/catalog/valueindex.txt
===================================================================
--- zc.catalog/trunk/src/zc/catalog/valueindex.txt	2006-08-24 15:22:38 UTC (rev 69768)
+++ zc.catalog/trunk/src/zc/catalog/valueindex.txt	2006-08-24 15:37:50 UTC (rev 69769)
@@ -76,7 +76,7 @@
     >>> list(index.apply({'any_of':(42,)}))
     []
 
-Another query is 'qny', If the key is None, all indexed document ids with any
+Another query is 'any', If the key is None, all indexed document ids with any
 values are returned.  If the key is an extent, the intersection of the extent
 and all document ids with any values is returned.
 



More information about the Checkins mailing list