From 049d0d8b78d6de51c5394c4d118da5087463edc0 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Tue, 11 Oct 2011 08:08:42 -0400 Subject: docstring --- pyramid/authentication.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyramid/authentication.py b/pyramid/authentication.py index e1834054d..955e870b4 100644 --- a/pyramid/authentication.py +++ b/pyramid/authentication.py @@ -249,7 +249,7 @@ class RemoteUserAuthenticationPolicy(CallbackAuthenticationPolicy): @implementer(IAuthenticationPolicy) class AuthTktAuthenticationPolicy(CallbackAuthenticationPolicy): """ A :app:`Pyramid` :term:`authentication policy` which - obtains data from an :class:`paste.auth.auth_tkt` cookie. + obtains data from a Pyramid "auth ticket" cookie. Constructor Arguments -- cgit v1.2.3