diff options
| author | Chris McDonough <chrism@agendaless.com> | 2010-03-10 04:06:18 +0000 |
|---|---|---|
| committer | Chris McDonough <chrism@agendaless.com> | 2010-03-10 04:06:18 +0000 |
| commit | b955cccdd38dcb63c9cf6e49070c8acb55928250 (patch) | |
| tree | 29d090162cfceedf6b433c4b7ec883d736ee7826 | |
| parent | ba26465bea1d6ef7f9411f8821a800932d9add7e (diff) | |
| download | pyramid-b955cccdd38dcb63c9cf6e49070c8acb55928250.tar.gz pyramid-b955cccdd38dcb63c9cf6e49070c8acb55928250.tar.bz2 pyramid-b955cccdd38dcb63c9cf6e49070c8acb55928250.zip | |
Wording fix (thanks Wiggy).
| -rw-r--r-- | repoze/bfg/authentication.py | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/repoze/bfg/authentication.py b/repoze/bfg/authentication.py index 4444bb33b..b8d398985 100644 --- a/repoze/bfg/authentication.py +++ b/repoze/bfg/authentication.py @@ -192,10 +192,10 @@ class AuthTktAuthenticationPolicy(CallbackAuthenticationPolicy): ``timeout`` - Default: ``None``. Maximum number of seconds after which a - newly issued ticket will be considered valid. After this - amount of time, the ticket will expire (effectively logging the - user out). If this value is ``None``, the token never expires. + Default: ``None``. Maximum number of seconds which a newly + issued ticket will be considered valid. After this amount of + time, the ticket will expire (effectively logging the user + out). If this value is ``None``, the ticket never expires. Optional. ``reissue_time`` |
