[Checkins] SVN: z3c.form/trunk/src/z3c/form/validator.py Fixed typo.

Stephan Richter srichter at cosmos.phy.tufts.edu
Wed Aug 20 22:00:20 EDT 2008


Log message for revision 90046:
  Fixed typo.
  

Changed:
  U   z3c.form/trunk/src/z3c/form/validator.py

-=-
Modified: z3c.form/trunk/src/z3c/form/validator.py
===================================================================
--- z3c.form/trunk/src/z3c/form/validator.py	2008-08-21 01:28:33 UTC (rev 90045)
+++ z3c.form/trunk/src/z3c/form/validator.py	2008-08-21 02:00:19 UTC (rev 90046)
@@ -104,7 +104,7 @@
             dm = zope.component.getMultiAdapter(
                 (self.__context__, field), interfaces.IDataManager)
             value = dm.get()
-        # Optimization: Once we now we have a good value, set it as an
+        # Optimization: Once we know we have a good value, set it as an
         # attribute for faster access.
         setattr(self, name, value)
         return value



More information about the Checkins mailing list