[Zope3-checkins]
SVN: Zope3/trunk/src/zope/app/container/constraints.py minor typo
Fred L. Drake, Jr.
fdrake at gmail.com
Thu May 19 16:03:16 EDT 2005
Log message for revision 30430:
minor typo
Changed:
U Zope3/trunk/src/zope/app/container/constraints.py
-=-
Modified: Zope3/trunk/src/zope/app/container/constraints.py
===================================================================
--- Zope3/trunk/src/zope/app/container/constraints.py 2005-05-19 20:01:51 UTC (rev 30429)
+++ Zope3/trunk/src/zope/app/container/constraints.py 2005-05-19 20:03:16 UTC (rev 30430)
@@ -69,7 +69,7 @@
>>> class O(object):
... zope.interface.implements(I2)
- if the constraint isn't satisfied, we'll get a validation error when we
+ If the constraint isn't satisfied, we'll get a validation error when we
check whether the object can be added:
>>> checkObject(c1, "bob", O())
More information about the Zope3-Checkins
mailing list