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 06b30883f..6fc3d1424 100644
--- a/docs/narr/events.rst
+++ b/docs/narr/events.rst
@@ -82,9 +82,6 @@ function found via a :term:`scan`.
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