[Zope3-checkins] CVS: Zope3/doc/zcml/namespaces.zope.org/zope - utility.stx:1.3

R. David Murray bitz@bitdance.com
Fri, 30 Aug 2002 15:15:04 -0400


Update of /cvs-repository/Zope3/doc/zcml/namespaces.zope.org/zope
In directory cvs.zope.org:/tmp/cvs-serv11701

Modified Files:
	utility.stx 
Log Message:
Note that factory may be a list of objects.

http://collector.zope.org/Zope3-dev/9/


=== Zope3/doc/zcml/namespaces.zope.org/zope/utility.stx 1.2 => 1.3 ===
--- Zope3/doc/zcml/namespaces.zope.org/zope/utility.stx:1.2	Mon Jun 10 19:27:38 2002
+++ Zope3/doc/zcml/namespaces.zope.org/zope/utility.stx	Fri Aug 30 15:15:02 2002
@@ -15,5 +15,6 @@
   
   Either component or factory must be given, not both.
   If component is given, it is a resolvable name to an object.
-  If factory is given, it is a callable object that provides a component.
+  If factory is given, it is a callable object or list of callable
+    objects that provides a component.