[Checkins] SVN: z3c.form/trunk/src/z3c/form/form.txt Fix "a special simple dictionaries".

Marius Gedminas marius at pov.lt
Fri Sep 28 15:20:04 EDT 2007


Log message for revision 80336:
  Fix "a special simple dictionaries".
  
  

Changed:
  U   z3c.form/trunk/src/z3c/form/form.txt

-=-
Modified: z3c.form/trunk/src/z3c/form/form.txt
===================================================================
--- z3c.form/trunk/src/z3c/form/form.txt	2007-09-28 18:36:06 UTC (rev 80335)
+++ z3c.form/trunk/src/z3c/form/form.txt	2007-09-28 19:20:02 UTC (rev 80336)
@@ -983,7 +983,7 @@
 
 Sometimes it is not desirable to edit a class instance that implements the
 fields, but other types of object. A good example is the need to modify a
-simple dictionaries, where the field names are the keys. To do that, a special
+simple dictionary, where the field names are the keys. To do that, a special
 data manager for dictionaries is available:
 
   >>> from z3c.form import datamanager



More information about the Checkins mailing list