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/authtktauthenticationpolicy.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'docs/zcml/authtktauthenticationpolicy.rst') diff --git a/docs/zcml/authtktauthenticationpolicy.rst b/docs/zcml/authtktauthenticationpolicy.rst index 79fec1406..fd97a42eb 100644 --- a/docs/zcml/authtktauthenticationpolicy.rst +++ b/docs/zcml/authtktauthenticationpolicy.rst @@ -90,8 +90,8 @@ Alternatives ~~~~~~~~~~~~ You may create an instance of the -:class:`repoze.bfg.authentication.AuthTktAuthenticationPolicy` and -pass it to the :class:`repoze.bfg.configuration.Configurator` +:class:`pyramid.authentication.AuthTktAuthenticationPolicy` and +pass it to the :class:`pyramid.configuration.Configurator` constructor as the ``authentication_policy`` argument during initial application configuration. @@ -99,4 +99,4 @@ See Also ~~~~~~~~ See also :ref:`authentication_policies_directives_section` and -:class:`repoze.bfg.authentication.AuthTktAuthenticationPolicy`. +:class:`pyramid.authentication.AuthTktAuthenticationPolicy`. -- cgit v1.2.3