[Zope3-checkins] SVN: Zope3/trunk/src/zope/app/event/interfaces.py Updated docstring: there is no temporal implication here.

Florent Guillaume fg at nuxeo.com
Tue Oct 4 12:20:40 EDT 2005


Log message for revision 38745:
  Updated docstring: there is no temporal implication here.
  

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

-=-
Modified: Zope3/trunk/src/zope/app/event/interfaces.py
===================================================================
--- Zope3/trunk/src/zope/app/event/interfaces.py	2005-10-04 15:59:39 UTC (rev 38744)
+++ Zope3/trunk/src/zope/app/event/interfaces.py	2005-10-04 16:20:40 UTC (rev 38745)
@@ -21,7 +21,7 @@
 
 
 class IObjectEvent(Interface):
-    """Something has happened to an object.
+    """An event related to an object.
 
     The object that generated this event is not necessarily the object
     refered to by location.



More information about the Zope3-Checkins mailing list