summaryrefslogtreecommitdiff
path: root/docs/zcml/adapter.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/zcml/adapter.rst')
-rw-r--r--docs/zcml/adapter.rst4
1 files changed, 0 insertions, 4 deletions
diff --git a/docs/zcml/adapter.rst b/docs/zcml/adapter.rst
index 48ed49f6c..83cce0c39 100644
--- a/docs/zcml/adapter.rst
+++ b/docs/zcml/adapter.rst
@@ -9,21 +9,17 @@ Attributes
~~~~~~~~~~
``factory``
-
The adapter factory (often a class).
``provides``
-
The :term:`interface` that an adapter instance resulting from a
lookup will provide.
``for``
-
Interfaces or classes to be adapted, separated by spaces,
e.g. ``interfaces.IFoo interfaces.IBar``.
``name``
-
The adapter name.
Example