[Zope3-checkins] CVS: Zope3/doc/schema - vocabularies.txt:1.8
Philipp von Weitershausen
philikon at philikon.de
Mon Jan 5 02:55:19 EST 2004
Update of /cvs-repository/Zope3/doc/schema
In directory cvs.zope.org:/tmp/cvs-serv31992/schema
Modified Files:
vocabularies.txt
Log Message:
typo
=== Zope3/doc/schema/vocabularies.txt 1.7 => 1.8 ===
--- Zope3/doc/schema/vocabularies.txt:1.7 Thu Aug 28 23:26:30 2003
+++ Zope3/doc/schema/vocabularies.txt Mon Jan 5 02:55:18 2004
@@ -52,7 +52,7 @@
The very least a vocabulary can support is a membership test. That
is, given a vocabulary object *v* and a candidate value *c*, *c*
-``in`` *v* will return true iff value is a member of the vocabulary.
+``in`` *v* will return true if value is a member of the vocabulary.
It may not be inexpensive or even meaningful to determine the size of
the vocabulary. This is described by the ``IBaseVocabulary``
interface.
More information about the Zope3-Checkins
mailing list