[Checkins] SVN: zope.schema/trunk/src/zope/schema/fields.txt Wrap before 80 chars

Jan Carel Brand cvs-admin at zope.org
Thu Mar 22 11:12:49 UTC 2012


Log message for revision 124687:
  Wrap before 80 chars

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

-=-
Modified: zope.schema/trunk/src/zope/schema/fields.txt
===================================================================
--- zope.schema/trunk/src/zope/schema/fields.txt	2012-03-22 11:12:19 UTC (rev 124686)
+++ zope.schema/trunk/src/zope/schema/fields.txt	2012-03-22 11:12:46 UTC (rev 124687)
@@ -117,12 +117,13 @@
 not too difficult itself.
 
 See for example zope.schema.vocabulary.TreeVocabulary for another
-IBaseVocabulary supporting vocabulary that provides a nested, tree-like structure.
+IBaseVocabulary supporting vocabulary that provides a nested, tree-like 
+structure.
 
 Choices and Collections
 -----------------------
 
-Choices are a field type and can be used as a value_type for collections.  Just
+Choices are a field type and can be used as a value_type for collections. Just
 as a collection of an "Int" value_type constrains members to integers, so a
 choice-based value type constrains members to choices within the Choice's
 vocabulary.  Typically in the Zope application server widgets are found not



More information about the checkins mailing list