summaryrefslogtreecommitdiff
path: root/docs/zcml/resource.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/zcml/resource.rst')
-rw-r--r--docs/zcml/resource.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/zcml/resource.rst b/docs/zcml/resource.rst
index 4cf5ef400..3f7c58faa 100644
--- a/docs/zcml/resource.rst
+++ b/docs/zcml/resource.rst
@@ -53,7 +53,7 @@ Examples
Alternatives
~~~~~~~~~~~~
-The :meth:`pyramid.configuration.Configurator.override_resource`
+The :meth:`pyramid.config.Configurator.override_resource`
method can be used instead of the ``resource`` ZCML directive.
See Also