[Zope3-checkins] SVN: Zope3/trunk/src/zope/app/container/constraints.py Fixed issue 368.

Stephan Richter srichter at cosmos.phy.tufts.edu
Sat Feb 26 10:12:42 EST 2005


Log message for revision 29312:
  Fixed issue 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-26 15:05:12 UTC (rev 29311)
+++ Zope3/trunk/src/zope/app/container/constraints.py	2005-02-26 15:12:42 UTC (rev 29312)
@@ -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.  Ti illistrate this, we'll make preNoZ it's
+   an object is passed.  To illistrate this, we'll make preNoZ it's
    own factory method:
 
    >>> preNoZ.factory = preNoZ



More information about the Zope3-Checkins mailing list