[Zope3-checkins] CVS: Zope3/src/zope/app/interfaces - event.py:1.7

Albertas Agejevas alga@codeworks.lt
Tue, 20 May 2003 12:57:52 -0400


Update of /cvs-repository/Zope3/src/zope/app/interfaces
In directory cvs.zope.org:/tmp/cvs-serv31325

Modified Files:
	event.py 
Log Message:
Changed ''' to """ so Emacs font lock does not screw up on apostrophes.


=== Zope3/src/zope/app/interfaces/event.py 1.6 => 1.7 ===
--- Zope3/src/zope/app/interfaces/event.py:1.6	Tue Feb 11 10:59:49 2003
+++ Zope3/src/zope/app/interfaces/event.py	Tue May 20 12:57:52 2003
@@ -179,7 +179,7 @@
         """
 
     def unsubscribe(reference, event_type, filter=None):
-        '''Removes just one subscription.
+        """Removes just one subscription.
 
         This is in parity with subscribe providing just one subscription.
 
@@ -208,10 +208,10 @@
         If a path or hubId is given that no longer resolves to an object,
         and such a subscription exists, then that subscription will be
         removed and a warning logged.
-        '''
+        """
 
     def unsubscribeAll(reference, event_type=IEvent):
-        '''Removes all subscriptions for subscriber that match event_type.
+        """Removes all subscriptions for subscriber that match event_type.
 
         The subscriber is determined from the reference as described in
         the docstring of the 'unsubscribe' method.
@@ -224,7 +224,7 @@
         is event_type, or extends event_type.
 
         Returns the number of subscriptions removed.
-        '''
+        """
 
     def resubscribeByHubId(reference):
         """Change all subscriptions for reference by path into subscriptions