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, 1 insertions, 1 deletions
diff --git a/docs/zcml/subscriber.rst b/docs/zcml/subscriber.rst
index d584f1e02..25c4abf2e 100644
--- a/docs/zcml/subscriber.rst
+++ b/docs/zcml/subscriber.rst
@@ -37,7 +37,7 @@ Alternatives
~~~~~~~~~~~~
You can also register an event listener by using the
-:meth:`pyramid.configuration.Configurator.add_subscriber` method.
+:meth:`pyramid.config.Configurator.add_subscriber` method.
See Also
~~~~~~~~