[Zope3-checkins] CVS: Zope3/lib/python/Zope/App/OFS/Services/ServiceManager - IBindingAware.py:1.4

Steve Alexander steve@cat-box.net
Mon, 11 Nov 2002 03:36:09 -0500


Update of /cvs-repository/Zope3/lib/python/Zope/App/OFS/Services/ServiceManager
In directory cvs.zope.org:/tmp/cvs-serv12155

Modified Files:
	IBindingAware.py 
Log Message:
minor doc reformatting


=== Zope3/lib/python/Zope/App/OFS/Services/ServiceManager/IBindingAware.py 1.3 => 1.4 ===
--- Zope3/lib/python/Zope/App/OFS/Services/ServiceManager/IBindingAware.py:1.3	Thu Jul 11 14:21:32 2002
+++ Zope3/lib/python/Zope/App/OFS/Services/ServiceManager/IBindingAware.py	Mon Nov 11 03:36:08 2002
@@ -26,7 +26,6 @@
 
         Called when an immediately-containing service manager binds
         this object to perform the named service.
-
         """
     
     def unbound(name):
@@ -34,5 +33,4 @@
 
         Called when an immediately-containing service manager unbinds
         this object from performing the named service.
-
         """