From b955cccdd38dcb63c9cf6e49070c8acb55928250 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Wed, 10 Mar 2010 04:06:18 +0000 Subject: Wording fix (thanks Wiggy). --- repoze/bfg/authentication.py | 8 ++++---- 1 file 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`` -- cgit v1.2.3