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

Marius Gedminas marius at pov.lt
Fri Sep 28 15:57:56 EDT 2007


Log message for revision 80339:
  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:56:24 UTC (rev 80338)
+++ z3c.form/trunk/src/z3c/form/subform.txt	2007-09-28 19:57:55 UTC (rev 80339)
@@ -513,8 +513,8 @@
 Context-free subforms
 ---------------------
 
-Ok, that was easy. But what about write a form including a subform without a
-context? Let's show how we can write a form without any concext using the
+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
 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
@@ -564,7 +564,7 @@
   >>> from z3c.form.testing import TestRequest
   >>> request = TestRequest()
 
-And render the form. As you can see, the widget get rendered withut any ``real``
+And render the form. As you can see, the widget get rendered without any ``real``
 context.
 
   >>> carForm = CarAddForm(container, request)
@@ -630,7 +630,7 @@
   >>> carForm = CarAddForm(container, request)
   >>> carForm.update()
 
-Now get the form values. This is normaly done in a action handler:
+Now get the form values. This is normally done in a action handler:
 
   >>> carForm.widgets.extract()
   ({'model': u'Ford', 'make': u'F150'}, ())



More information about the Checkins mailing list