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 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 |
