[Checkins] SVN: zope.app.container/trunk/src/zope/app/container/contained.py Fix a typo.

Marius Gedminas marius at pov.lt
Wed Jun 13 07:59:06 EDT 2007


Log message for revision 76662:
  Fix a typo.
  
  

Changed:
  U   zope.app.container/trunk/src/zope/app/container/contained.py

-=-
Modified: zope.app.container/trunk/src/zope/app/container/contained.py
===================================================================
--- zope.app.container/trunk/src/zope/app/container/contained.py	2007-06-13 11:32:25 UTC (rev 76661)
+++ zope.app.container/trunk/src/zope/app/container/contained.py	2007-06-13 11:59:05 UTC (rev 76662)
@@ -277,7 +277,7 @@
         >>> event.oldName
         u'foo'
 
-    If the `object` implements `ILocation`, but not `IContained`, set it's
+    If the `object` implements `ILocation`, but not `IContained`, set its
     `__parent__` and `__name__` attributes *and* declare that it
     implements `IContained`:
 



More information about the Checkins mailing list