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 80a5e6722..4cf5ef400 100644
--- a/docs/zcml/resource.rst
+++ b/docs/zcml/resource.rst
@@ -53,7 +53,7 @@ Examples
Alternatives
~~~~~~~~~~~~
-The :meth:`repoze.bfg.configuration.Configurator.override_resource`
+The :meth:`pyramid.configuration.Configurator.override_resource`
method can be used instead of the ``resource`` ZCML directive.
See Also