[Checkins] SVN: Zope3/trunk/src/zope/component/interfaces.py Fixed
a typo in IComponentLookup interface.
Aaron Lehmann
aaron at zope.com
Thu Feb 1 12:03:59 EST 2007
Log message for revision 72301:
Fixed a typo in IComponentLookup interface.
Changed:
U Zope3/trunk/src/zope/component/interfaces.py
-=-
Modified: Zope3/trunk/src/zope/component/interfaces.py
===================================================================
--- Zope3/trunk/src/zope/component/interfaces.py 2007-02-01 15:04:17 UTC (rev 72300)
+++ Zope3/trunk/src/zope/component/interfaces.py 2007-02-01 17:03:58 UTC (rev 72301)
@@ -330,7 +330,7 @@
If a matching adapter cannot be found, returns the default.
"""
- def queryMultiAdapter(objects, interface, name=u''):
+ def getMultiAdapter(objects, interface, name=u''):
"""Look for a multi-adapter to an interface for multiple objects
If a matching adapter cannot be found, a ComponentLookupError
More information about the Checkins
mailing list