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.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/narr/events.rst b/docs/narr/events.rst
index 99ea600fa..91eb27616 100644
--- a/docs/narr/events.rst
+++ b/docs/narr/events.rst
@@ -33,7 +33,7 @@ when it's called.
The mere existence of a subscriber function, however, is not
sufficient to arrange for it to be called. To arrange for the
subscriber to be called, you'll need to use the
-:meth:`pyramid.configurator.Configurator.add_subscriber` method to
+:meth:`pyramid.configuration.Configurator.add_subscriber` method to
register the subscriber imperatively, or via a decorator, or you'll
need to use ZCML for the same purpose: