summaryrefslogtreecommitdiff
path: root/docs/zcml/default_permission.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/zcml/default_permission.rst')
-rw-r--r--docs/zcml/default_permission.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/zcml/default_permission.rst b/docs/zcml/default_permission.rst
index beb60db1a..54e720ea6 100644
--- a/docs/zcml/default_permission.rst
+++ b/docs/zcml/default_permission.rst
@@ -43,11 +43,11 @@ Alternatives
~~~~~~~~~~~~
Using the ``default_permission`` argument to the
-:class:`pyramid.configuration.Configurator` constructor can be used
+:class:`pyramid.config.Configurator` constructor can be used
to achieve the same purpose.
Using the
-:meth:`pyramid.configuration.Configurator.set_default_permission`
+:meth:`pyramid.config.Configurator.set_default_permission`
method can be used to achieve the same purpose when using imperative
configuration.