[Checkins] SVN: z3c.form/trunk/src/z3c/form/form.txt Corrected small typo.

Florian Lindner Florian.Lindner at xgm.de
Thu Aug 9 15:23:43 EDT 2007


Log message for revision 78737:
  Corrected small typo.
  

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-08-09 19:12:12 UTC (rev 78736)
+++ z3c.form/trunk/src/z3c/form/form.txt	2007-08-09 19:23:42 UTC (rev 78737)
@@ -44,7 +44,7 @@
   ...         required=False)
   ...
   ...     @zope.interface.invariant
-  ...     def ensureIdAndNameNotEuqal(person):
+  ...     def ensureIdAndNameNotEqual(person):
   ...         if person.id == person.name:
   ...             raise zope.interface.Invalid(
   ...                 "The id and name cannot be the same.")



More information about the Checkins mailing list