[Zope3-checkins] SVN: Zope3/trunk/src/zope/app/container/interfaces.py fix typo: and --> an

Fred L. Drake, Jr. fdrake at gmail.com
Wed Sep 28 13:06:13 EDT 2005


Log message for revision 38667:
  fix typo: and --> an

Changed:
  U   Zope3/trunk/src/zope/app/container/interfaces.py

-=-
Modified: Zope3/trunk/src/zope/app/container/interfaces.py
===================================================================
--- Zope3/trunk/src/zope/app/container/interfaces.py	2005-09-28 16:16:48 UTC (rev 38666)
+++ Zope3/trunk/src/zope/app/container/interfaces.py	2005-09-28 17:06:12 UTC (rev 38667)
@@ -89,7 +89,7 @@
         container and the given name.
 
         If the old parent was ``None``, then an `IObjectAddedEvent` is
-        generated, otherwise, and `IObjectMovedEvent` is generated.  An
+        generated, otherwise, an `IObjectMovedEvent` is generated.  An
         `IObjectModifiedEvent` is generated for the container.
 
         If the object replaces another object, then the old object is



More information about the Zope3-Checkins mailing list