summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--repoze/bfg/authentication.py8
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``