From e1490d7a8831456d1c7cf1a2b53b442de3a291fa Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Mon, 3 Jan 2011 01:21:40 -0500 Subject: rendering --- pyramid/authentication.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyramid/authentication.py b/pyramid/authentication.py index bf08b519a..9de306b80 100644 --- a/pyramid/authentication.py +++ b/pyramid/authentication.py @@ -294,7 +294,7 @@ class AuthTktCookieHelper(object): """ A helper class for use in third-party authentication policy implementations. See - :class:`pyramid.authentication.AuthTktAuthenticationPolicy' for the + :class:`pyramid.authentication.AuthTktAuthenticationPolicy` for the meanings of the constructor arguments. """ auth_tkt = auth_tkt # for tests -- cgit v1.2.3