[Checkins] SVN: z3c.form/trunk/src/z3c/form/subform.txt Avoid very long lines.

Marius Gedminas marius at pov.lt
Fri Sep 28 15:58:42 EDT 2007


Log message for revision 80340:
  Avoid very long lines.
  
  

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:57:55 UTC (rev 80339)
+++ z3c.form/trunk/src/z3c/form/subform.txt	2007-09-28 19:58:42 UTC (rev 80340)
@@ -552,8 +552,8 @@
   ...         self.owner.update()
   ...         super(CarAddForm, self).update()
 
-Let's now instantiate the form and render it. but first setup a simple container
-which we can use for the add form context:
+Let's now instantiate the form and render it. but first setup a simple
+container which we can use for the add form context:
 
   >>> class Container(object):
   ...    """Simple context simulation a container."""
@@ -564,8 +564,8 @@
   >>> from z3c.form.testing import TestRequest
   >>> request = TestRequest()
 
-And render the form. As you can see, the widget get rendered without any ``real``
-context.
+And render the form. As you can see, the widget get rendered without any
+``real`` context.
 
   >>> carForm = CarAddForm(container, request)
   >>> carForm.update()



More information about the Checkins mailing list