[Zope3-checkins] CVS: Zope3/src/zope/component - interfaces.py:1.18
    Jim Fulton 
    jim at zope.com
       
    Mon Dec 22 10:10:35 EST 2003
    
    
  
Update of /cvs-repository/Zope3/src/zope/component
In directory cvs.zope.org:/tmp/cvs-serv20887
Modified Files:
	interfaces.py 
Log Message:
Fixed a type in a doc string.
=== Zope3/src/zope/component/interfaces.py 1.17 => 1.18 ===
--- Zope3/src/zope/component/interfaces.py:1.17	Fri Dec 19 11:53:20 2003
+++ Zope3/src/zope/component/interfaces.py	Mon Dec 22 10:10:34 2003
@@ -394,7 +394,7 @@
         """
 
     def queryMultiAdapter(objects, interface, name, default=None):
-        """Look for a named adapter to an interface for an object
+        """Look for a multi-adapter to an interface for an object
 
         If a matching adapter cannot be found, returns the default.
 
    
    
More information about the Zope3-Checkins
mailing list