[Zope3-checkins] CVS: Zope3/doc/schema - vocabularies.txt:1.9

Fred L. Drake, Jr. fred at zope.com
Mon Jan 5 03:14:39 EST 2004


Update of /cvs-repository/Zope3/doc/schema
In directory cvs.zope.org:/tmp/cvs-serv3622

Modified Files:
	vocabularies.txt 
Log Message:
sorry, Phillipp:  "iff" --> "if and only if" (it wasn't a typo, but
could have been more clear had I avoided the shorthand)


=== Zope3/doc/schema/vocabularies.txt 1.8 => 1.9 ===
--- Zope3/doc/schema/vocabularies.txt:1.8	Mon Jan  5 02:55:18 2004
+++ Zope3/doc/schema/vocabularies.txt	Mon Jan  5 03:14:38 2004
@@ -52,10 +52,10 @@
 
 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 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.
+``in`` *v* will return true if and only 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.
 
 A more typical vocabulary would have a moderately limited number of
 entries, but be easily iterable; lets say 10s to 1000s of values.  The




More information about the Zope3-Checkins mailing list