[Zope3-checkins] CVS: Zope3/lib/python/Zope/Event - IObjectEvent.py:1.3

Jim Fulton jim@zope.com
Tue, 3 Sep 2002 16:12:47 -0400


Update of /cvs-repository/Zope3/lib/python/Zope/Event
In directory cvs.zope.org:/tmp/cvs-serv14066

Modified Files:
	IObjectEvent.py 
Log Message:
Fixed a miss-formatted doc string.


=== Zope3/lib/python/Zope/Event/IObjectEvent.py 1.2 => 1.3 ===
--- Zope3/lib/python/Zope/Event/IObjectEvent.py:1.2	Mon Jun 10 19:29:25 2002
+++ Zope3/lib/python/Zope/Event/IObjectEvent.py	Tue Sep  3 16:12:46 2002
@@ -33,7 +33,9 @@
     """An object has been added to a container."""
 
     def getLocation():        
-        """returns the object location after it has been added to the container"""
+        """Returns the object location.
+
+        This is the location after it has been added to the container"""
 
 class IObjectModifiedEvent(IObjectEvent):
     """An object has been modified"""