[Checkins] SVN: z3c.form/trunk/src/z3c/form/field.txt Typos.

Marius Gedminas marius at pov.lt
Fri Sep 28 16:34:02 EDT 2007


Log message for revision 80346:
  Typos.
  
  

Changed:
  U   z3c.form/trunk/src/z3c/form/field.txt

-=-
Modified: z3c.form/trunk/src/z3c/form/field.txt
===================================================================
--- z3c.form/trunk/src/z3c/form/field.txt	2007-09-28 20:23:40 UTC (rev 80345)
+++ z3c.form/trunk/src/z3c/form/field.txt	2007-09-28 20:34:01 UTC (rev 80346)
@@ -365,7 +365,7 @@
 Widget Mapping
 ~~~~~~~~~~~~~~
 
-The main resposibility of the manager is to provide the ``IEnumerableMapping``
+The main responsibility of the manager is to provide the ``IEnumerableMapping``
 interface and an ``update()`` method. Initially the mapping, going from widget
 id to widget value, is empty:
 
@@ -491,7 +491,7 @@
   'input'
 
 In the second case, the last name will inherit the mode from the widget
-manager, while the first name will want to use a display wdget:
+manager, while the first name will want to use a display widget:
 
   >>> personForm.fields = field.Fields(IPerson).select('lastName')
   >>> personForm.fields += field.Fields(
@@ -599,7 +599,7 @@
   ...     {'firstName': u'Stephan', 'lastName': u'Richter'})
   ()
 
-The result of this method is a tuple of errors that occured during the
+The result of this method is a tuple of errors that occurred during the
 validation. An empty tuple means the validation succeeded. Let's now make the
 validation fail:
 



More information about the Checkins mailing list