summaryrefslogtreecommitdiff
path: root/docs/narr/events.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/narr/events.rst')
-rw-r--r--docs/narr/events.rst3
1 files changed, 0 insertions, 3 deletions
diff --git a/docs/narr/events.rst b/docs/narr/events.rst
index 90966a730..224eeca16 100644
--- a/docs/narr/events.rst
+++ b/docs/narr/events.rst
@@ -84,9 +84,6 @@ When the :func:`pyramid.subscriber` decorator is used a
decorated function for the decorator to have any effect. See
:func:`pyramid.subscriber` for more information.
-.. note:: You can also configure an event listener via ZCML. See
- :ref:`zcml_event_listener`.
-
Either of the above registration examples implies that every time the
:app:`Pyramid` framework emits an event object that supplies an
:class:`pyramid.events.NewRequest` interface, the ``mysubscriber`` function