[Zope3-checkins]
SVN: Zope3/branches/ZopeX3-3.0/src/zope/schema/_field.py
Correct comment to be inline with interface jargon
Philipp von Weitershausen
philikon at philikon.de
Sun Jun 13 11:06:10 EDT 2004
Log message for revision 25410:
Correct comment to be inline with interface jargon
-=-
Modified: Zope3/branches/ZopeX3-3.0/src/zope/schema/_field.py
===================================================================
--- Zope3/branches/ZopeX3-3.0/src/zope/schema/_field.py 2004-06-13 15:04:35 UTC (rev 25409)
+++ Zope3/branches/ZopeX3-3.0/src/zope/schema/_field.py 2004-06-13 15:06:09 UTC (rev 25410)
@@ -378,7 +378,7 @@
def _validate(self, value):
super(Object, self)._validate(value)
- # schema has to be implemented by value
+ # schema has to be provided by value
if not self.schema.providedBy(value):
raise SchemaNotProvided
More information about the Zope3-Checkins
mailing list