[Checkins] SVN: zope.schema/trunk/src/zope/schema/sources.txt ITitleTokenizedTerm interface contains a triple of (value, token, title), and not (value, token, term)

Vincent Fretin vincent.fretin at gmail.com
Sat Nov 27 09:35:41 EST 2010


Log message for revision 118613:
  ITitleTokenizedTerm interface contains a triple of (value, token, title), and not (value, token, term)

Changed:
  U   zope.schema/trunk/src/zope/schema/sources.txt

-=-
Modified: zope.schema/trunk/src/zope/schema/sources.txt
===================================================================
--- zope.schema/trunk/src/zope/schema/sources.txt	2010-11-26 22:21:16 UTC (rev 118612)
+++ zope.schema/trunk/src/zope/schema/sources.txt	2010-11-27 14:35:40 UTC (rev 118613)
@@ -20,7 +20,7 @@
   this is called a title
 
 The last two elements are dispatched using a so called `term`. The
-ITitleTokenizedTerm interface contains a triple of (value, token, term).
+ITitleTokenizedTerm interface contains a triple of (value, token, title).
 
 Additionally there are some lookup functions to perform the mapping
 between values and terms and tokens and terms.



More information about the checkins mailing list