[Zope3-checkins]
SVN: Zope3/trunk/src/zope/app/container/constraints.py
really fix #368
Philipp von Weitershausen
philikon at philikon.de
Mon Feb 28 14:17:57 EST 2005
Log message for revision 29348:
really fix #368
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-02-28 19:15:16 UTC (rev 29347)
+++ Zope3/trunk/src/zope/app/container/constraints.py 2005-02-28 19:17:56 UTC (rev 29348)
@@ -136,7 +136,7 @@
To work with `checkFactory`, a container precondition has to
implement a factory method. This is because a factory, rather than
- an object is passed. To illistrate this, we'll make preNoZ it's
+ an object is passed. To illustrate this, we'll make preNoZ it's
own factory method:
>>> preNoZ.factory = preNoZ
More information about the Zope3-Checkins
mailing list