summaryrefslogtreecommitdiff
path: root/docs/zcml/subscriber.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/zcml/subscriber.rst')
-rw-r--r--docs/zcml/subscriber.rst2
1 files changed, 0 insertions, 2 deletions
diff --git a/docs/zcml/subscriber.rst b/docs/zcml/subscriber.rst
index ef56d2b1c..371ec0752 100644
--- a/docs/zcml/subscriber.rst
+++ b/docs/zcml/subscriber.rst
@@ -11,7 +11,6 @@ Attributes
~~~~~~~~~~
``for``
-
The class or :term:`interface` that you are subscribing the
listener for, e.g. :class:`repoze.bfg.interfaces.INewRequest`.
Registering a subscriber for a specific class or interface limits
@@ -20,7 +19,6 @@ Attributes
(implying *any* event type).
``handler``
-
A :term:`dotted Python name` which references an event handler
callable. The callable should accept a single argument: ``event``.
The return value of the callable is ignored.