[Zope3-checkins] SVN: Zope3/trunk/src/zope/app/container/constraints.py damn it, how many typos can a line of text have?

Philipp von Weitershausen philikon at philikon.de
Mon Feb 28 14:58:59 EST 2005


Log message for revision 29349:
  damn it, how many typos can a line of text have?
  

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:17:56 UTC (rev 29348)
+++ Zope3/trunk/src/zope/app/container/constraints.py	2005-02-28 19:58:58 UTC (rev 29349)
@@ -136,8 +136,8 @@
 
    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 illustrate this, we'll make preNoZ it's
-   own factory method:
+   an object is passed.  To illustrate this, we'll make preNoZ its own
+   factory method:
 
    >>> preNoZ.factory = preNoZ
 



More information about the Zope3-Checkins mailing list