[Checkins] SVN: zope.schema/trunk/src/zope/schema/interfaces.py Fix typo. Thanks, Tres.

Dan Korostelev nadako at gmail.com
Tue Mar 10 08:59:04 EDT 2009


Log message for revision 97799:
  Fix typo. Thanks, Tres.

Changed:
  U   zope.schema/trunk/src/zope/schema/interfaces.py

-=-
Modified: zope.schema/trunk/src/zope/schema/interfaces.py
===================================================================
--- zope.schema/trunk/src/zope/schema/interfaces.py	2009-03-10 11:44:32 UTC (rev 97798)
+++ zope.schema/trunk/src/zope/schema/interfaces.py	2009-03-10 12:59:04 UTC (rev 97799)
@@ -375,7 +375,7 @@
         default=0
         )
 
-    min_dots = Int(
+    max_dots = Int(
         title=_(u"Maximum number of dots (should not be less than min_dots)"),
         required=False,
         default=None



More information about the Checkins mailing list