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

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


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

Modified Files:
	ISubscribable.py 
Log Message:
Fixed doc strings to fit in 80 characters.


=== Zope3/lib/python/Zope/Event/ISubscribable.py 1.2 => 1.3 ===
--- Zope3/lib/python/Zope/Event/ISubscribable.py:1.2	Mon Jun 10 19:29:25 2002
+++ Zope3/lib/python/Zope/Event/ISubscribable.py	Tue Sep  3 16:13:38 2002
@@ -31,10 +31,11 @@
         
             o Hard Reference (for placeless, global objects and event service)
 
-                Simply register the subscriber directly, in which case, the
-                subscription, and possibly the subscriber, is as persistent as the
-                subscribable.  The subscriber will not be wrapped for context
-                or security when called.
+                Simply register the subscriber directly, in which
+                case, the subscription, and possibly the subscriber,
+                is as persistent as the subscribable.  The subscriber
+                will not be wrapped for context or security when
+                called.
 
             o Soft reference (for placeful, local objects and event service)
 
@@ -43,8 +44,9 @@
 
             o Location-independent reference (for placeful)
 
-                Register an object with a notify method and an ObjectHub ruid that
-                dereferences the ruid via the hub and delegates notifications.
+                Register an object with a notify method and an
+                ObjectHub ruid that dereferences the ruid via the hub
+                and delegates notifications.
 
             o Abstract reference (for both)