diff options
| author | Chris McDonough <chrism@plope.com> | 2011-01-03 01:21:40 -0500 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2011-01-03 01:21:40 -0500 |
| commit | e1490d7a8831456d1c7cf1a2b53b442de3a291fa (patch) | |
| tree | 57f8b3b90b1484d4cde4a914419a94574d330666 | |
| parent | 61c6c10c29d40297c8c47fed3a56f7a6266b2c86 (diff) | |
| download | pyramid-e1490d7a8831456d1c7cf1a2b53b442de3a291fa.tar.gz pyramid-e1490d7a8831456d1c7cf1a2b53b442de3a291fa.tar.bz2 pyramid-e1490d7a8831456d1c7cf1a2b53b442de3a291fa.zip | |
rendering
| -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 |
