[Checkins] SVN: z3c.form/trunk/src/z3c/form/subform.txt More typos.

Marius Gedminas marius at pov.lt
Fri Sep 28 16:15:50 EDT 2007


Log message for revision 80342:
  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 20:14:37 UTC (rev 80341)
+++ z3c.form/trunk/src/z3c/form/subform.txt	2007-09-28 20:15:50 UTC (rev 80342)
@@ -556,15 +556,15 @@
 container which we can use for the add form context:
 
   >>> class Container(object):
-  ...    """Simple context simulation a container."""
+  ...    """Simple context simulating a container."""
   >>> container = Container()
 
-Setup a test request:
+Set up a test request:
 
   >>> from z3c.form.testing import TestRequest
   >>> request = TestRequest()
 
-And render the form. As you can see, the widget get rendered without any
+And render the form. As you can see, the widgets get rendered without any
 ``real`` context.
 
   >>> carForm = CarAddForm(container, request)



More information about the Checkins mailing list