[Checkins] SVN: z3c.form/trunk/src/z3c/form/field.txt Use consistent indentation.

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


Log message for revision 80348:
  Use consistent indentation.
  
  

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 20:53:01 UTC (rev 80347)
+++ z3c.form/trunk/src/z3c/form/field.txt	2007-09-28 21:11:03 UTC (rev 80348)
@@ -464,8 +464,8 @@
 
 By default, all widgets will also assume the mode of the manager:
 
-   >>> manager['lastName'].mode
-   'input'
+  >>> manager['lastName'].mode
+  'input'
 
   >>> manager.mode = interfaces.DISPLAY_MODE
   >>> manager.update()



More information about the Checkins mailing list