[Checkins] SVN: z3c.form/trunk/src/z3c/form/subform.txt A few more typos.

Marius Gedminas marius at pov.lt
Fri Sep 28 16:14:37 EDT 2007


Log message for revision 80341:
  A few more typos.
  
  

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

-=-
Modified: z3c.form/trunk/src/z3c/form/subform.txt
===================================================================
--- z3c.form/trunk/src/z3c/form/subform.txt	2007-09-28 19:58:42 UTC (rev 80340)
+++ z3c.form/trunk/src/z3c/form/subform.txt	2007-09-28 20:14:37 UTC (rev 80341)
@@ -515,7 +515,7 @@
 
 Ok, that was easy. But what about writing a form including a subform without a
 context? Let's show how we can write a form without any context using the
-sample above. Note, this sample for do not include actions which store the
+sample above. Note, this sample form does not include actions which store the
 form input. You can store the values like in any other forms using the forms
 widget method ``self.widgets.extract()`` which will return the form and
 subform input values.
@@ -552,7 +552,7 @@
   ...         self.owner.update()
   ...         super(CarAddForm, self).update()
 
-Let's now instantiate the form and render it. but first setup a simple
+Let's now instantiate the form and render it. but first set up a simple
 container which we can use for the add form context:
 
   >>> class Container(object):



More information about the Checkins mailing list