[Zope3-checkins] CVS: Zope3/lib/python/Zope/App/RDB - IConnectionService.py:1.4

Marius Gedminas mgedmin@codeworks.lt
Thu, 3 Oct 2002 09:06:02 -0400


Update of /cvs-repository/Zope3/lib/python/Zope/App/RDB
In directory cvs.zope.org:/tmp/cvs-serv14753/lib/python/Zope/App/RDB

Modified Files:
	IConnectionService.py 
Log Message:
There's no sensible default view for caches.

=== Zope3/lib/python/Zope/App/RDB/IConnectionService.py 1.3 => 1.4 ===
--- Zope3/lib/python/Zope/App/RDB/IConnectionService.py:1.3	Wed Jul 10 19:37:26 2002
+++ Zope3/lib/python/Zope/App/RDB/IConnectionService.py	Thu Oct  3 09:06:01 2002
@@ -19,10 +19,10 @@
 class IConnectionService(Interface):
 
     def getConnection(name):
-        """Returns a connection object by name. """
-        
+        """Returns a connection object by name."""
+
     def queryConnection(name, default):
-        """return a connection object by name or default"""        
+        """Returns a connection object by name or default."""
 
     def getAvailableConnections():
-        """returns the connections known to this connection service"""
+        """Returns the connections known to this connection service."""