summaryrefslogtreecommitdiff
path: root/docs/zcml/scan.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/zcml/scan.rst')
-rw-r--r--docs/zcml/scan.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/zcml/scan.rst b/docs/zcml/scan.rst
index cbf797e1c..df2cdd281 100644
--- a/docs/zcml/scan.rst
+++ b/docs/zcml/scan.rst
@@ -25,7 +25,7 @@ Example
Alternatives
~~~~~~~~~~~~
-The :meth:`pyramid.configuration.Configurator.scan` method performs
+The :meth:`pyramid.config.Configurator.scan` method performs
the same job as the ``scan`` ZCML directive.
See Also