[Checkins] SVN: zope.schema/trunk/src/zope/schema/_field.py Fix	incorrect (3-character) indentation.
    Christian Theune 
    ct at gocept.com
       
    Wed Mar 11 05:44:58 EDT 2009
    
    
  
Log message for revision 97831:
  Fix incorrect (3-character) indentation.
  
Changed:
  U   zope.schema/trunk/src/zope/schema/_field.py
-=-
Modified: zope.schema/trunk/src/zope/schema/_field.py
===================================================================
--- zope.schema/trunk/src/zope/schema/_field.py	2009-03-11 08:42:37 UTC (rev 97830)
+++ zope.schema/trunk/src/zope/schema/_field.py	2009-03-11 09:44:58 UTC (rev 97831)
@@ -392,7 +392,7 @@
         # binding value_type is necessary for choices with named vocabularies,
         # and possibly also for other fields.
         if clone.value_type is not None:
-           clone.value_type = clone.value_type.bind(object)
+            clone.value_type = clone.value_type.bind(object)
         return clone
 
     def _validate(self, value):
    
    
More information about the Checkins
mailing list