diff options
| -rw-r--r-- | pyramid/authentication.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
