summaryrefslogtreecommitdiff
path: root/docs/zcml/aclauthorizationpolicy.rst
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2010-10-25 18:13:44 -0400
committerChris McDonough <chrism@plope.com>2010-10-25 18:13:44 -0400
commitc03dbcca24aeedfb688bf49b7ccfeef20f6f8298 (patch)
tree3fe9a9d9ab83871f2562841b65fcfd3477ee90a0 /docs/zcml/aclauthorizationpolicy.rst
parent9c3b2760688aca748f81529d0b055f799959ab4b (diff)
downloadpyramid-c03dbcca24aeedfb688bf49b7ccfeef20f6f8298.tar.gz
pyramid-c03dbcca24aeedfb688bf49b7ccfeef20f6f8298.tar.bz2
pyramid-c03dbcca24aeedfb688bf49b7ccfeef20f6f8298.zip
convert zcml docs to Pyramid
Diffstat (limited to 'docs/zcml/aclauthorizationpolicy.rst')
-rw-r--r--docs/zcml/aclauthorizationpolicy.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/zcml/aclauthorizationpolicy.rst b/docs/zcml/aclauthorizationpolicy.rst
index f4df1dce1..7eecf6c6e 100644
--- a/docs/zcml/aclauthorizationpolicy.rst
+++ b/docs/zcml/aclauthorizationpolicy.rst
@@ -23,8 +23,8 @@ Alternatives
~~~~~~~~~~~~
You may create an instance of the
-:class:`repoze.bfg.authorization.ACLAuthorizationPolicy` and pass it
-to the :class:`repoze.bfg.configuration.Configurator` constructor as
+:class:`pyramid.authorization.ACLAuthorizationPolicy` and pass it
+to the :class:`pyramid.configuration.Configurator` constructor as
the ``authorization_policy`` argument during initial application
configuration.