[Zope3-checkins] CVS: Zope3/doc/zcml/namespaces.zope.org/zope - adapter.stx:1.3
R. David Murray
bitz@bitdance.com
Sun, 1 Sep 2002 15:26:47 -0400
Update of /cvs-repository/Zope3/doc/zcml/namespaces.zope.org/zope
In directory cvs.zope.org:/tmp/cvs-serv19240
Modified Files:
adapter.stx
Log Message:
Add description of factory arguments to description of factory attribute.
=== Zope3/doc/zcml/namespaces.zope.org/zope/adapter.stx 1.2 => 1.3 ===
--- Zope3/doc/zcml/namespaces.zope.org/zope/adapter.stx:1.2 Mon Jun 10 19:27:38 2002
+++ Zope3/doc/zcml/namespaces.zope.org/zope/adapter.stx Sun Sep 1 15:26:46 2002
@@ -4,7 +4,8 @@
Attributes
- * factory, a callable or list of callables, that realises the adaption
+ * factory, a callable, or list of callables, that creates the adapted object.
+ An adapter factory is passed one argument, the object to be adapted.
* provides, the interface this adapter adapts to