From c03dbcca24aeedfb688bf49b7ccfeef20f6f8298 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Mon, 25 Oct 2010 18:13:44 -0400 Subject: convert zcml docs to Pyramid --- docs/zcml/aclauthorizationpolicy.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/zcml/aclauthorizationpolicy.rst') 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. -- cgit v1.2.3