summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2011-10-11 08:08:42 -0400
committerChris McDonough <chrism@plope.com>2011-10-11 08:08:42 -0400
commit049d0d8b78d6de51c5394c4d118da5087463edc0 (patch)
treef0c3ab2f69b296bc712931cbfbb164fa8bef81ce
parent455eeda1f479b771efac0a40d37de0e847cd3543 (diff)
downloadpyramid-049d0d8b78d6de51c5394c4d118da5087463edc0.tar.gz
pyramid-049d0d8b78d6de51c5394c4d118da5087463edc0.tar.bz2
pyramid-049d0d8b78d6de51c5394c4d118da5087463edc0.zip
docstring
-rw-r--r--pyramid/authentication.py2
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