summaryrefslogtreecommitdiff
path: root/docs/zcml/utility.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/zcml/utility.rst')
-rw-r--r--docs/zcml/utility.rst4
1 files changed, 0 insertions, 4 deletions
diff --git a/docs/zcml/utility.rst b/docs/zcml/utility.rst
index 88198eaa0..1341dfb83 100644
--- a/docs/zcml/utility.rst
+++ b/docs/zcml/utility.rst
@@ -9,22 +9,18 @@ Attributes
~~~~~~~~~~
``component``
-
The utility component (cannot be specified if ``factory`` is
specified).
``factory``
-
A factory that creates a component (cannot be specified if
``component`` is specified).
``provides``
-
The :term:`interface` that an utility instance resulting from a
lookup will provide.
``name``
-
The utility name.
Example