[Checkins] SVN: z3c.form/trunk/src/z3c/form/field.txt Fixed "for in" and some ReStructuredText rendering errors.

Marius Gedminas marius at pov.lt
Fri Sep 28 17:22:11 EDT 2007


Log message for revision 80349:
  Fixed "for in" and some ReStructuredText rendering errors.
  
  

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 21:11:03 UTC (rev 80348)
+++ z3c.form/trunk/src/z3c/form/field.txt	2007-09-28 21:22:10 UTC (rev 80349)
@@ -719,7 +719,7 @@
   <CustomInputWidget 'form.widgets.firstName'>
 
 In the background the widget factory assignment really just registered the
-default factory for in the ``WidgetFactories`` object, which manages the
+default factory in the ``WidgetFactories`` object, which manages the
 custom widgets for all modes. Now all modes show this input widget:
 
   >>> manager = field.FieldWidgets(personForm, request, srichter)
@@ -752,8 +752,8 @@
   <CustomDisplayWidget 'form.widgets.lastName'>
 
 ... while the input mode still shows the default custom input widget
-on the `lastName' field but not on the `firstName' field since we
-don't have the `test.Edit' permission:
+on the ``lastName`` field but not on the ``firstName`` field since we
+don't have the ``test.Edit`` permission:
 
   >>> manager = field.FieldWidgets(personForm, request, srichter)
   >>> manager.mode = interfaces.INPUT_MODE



More information about the Checkins mailing list