diff options
Diffstat (limited to 'repoze/bfg/authentication.py')
| -rw-r--r-- | repoze/bfg/authentication.py | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/repoze/bfg/authentication.py b/repoze/bfg/authentication.py index 6989cb23f..d532a3a09 100644 --- a/repoze/bfg/authentication.py +++ b/repoze/bfg/authentication.py @@ -170,11 +170,11 @@ class AuthTktAuthenticationPolicy(CallbackAuthenticationPolicy): ``callback`` - Default: ``None``. A callback passed the userid and the request, - expected to return None if the userid doesn't exist or a sequence - of group identifiers (possibly empty) if the user does exist. If - ``callback`` is None, the userid will be assumed to exist with no - groups. Optional. + Default: ``None``. A callback passed the userid and the + request, expected to return ``None`` if the userid doesn't + exist or a sequence of group identifiers (possibly empty) if + the user does exist. If ``callback`` is ``None``, the userid + will be assumed to exist with no groups. Optional. ``cookie_name`` |
