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

Jeremy Hylton jeremy@zope.com
Thu, 5 Sep 2002 17:41:09 -0400


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

Modified Files:
	IEventService.py 
Log Message:
Put summary line on the first line of docstring.


=== Zope3/lib/python/Zope/Event/IEventService.py 1.2 => 1.3 ===
--- Zope3/lib/python/Zope/Event/IEventService.py:1.2	Mon Jun 10 19:29:25 2002
+++ Zope3/lib/python/Zope/Event/IEventService.py	Thu Sep  5 17:41:09 2002
@@ -29,8 +29,7 @@
     """
     
     def publishEvent(event):
-        """
-        Notify all subscribers of the channel of event.
+        """Notify all subscribers of the channel of event.
 
         Events will often be propagated to higher level IEventServices;
         This is a policy decision for the IEventService.