diff options
Diffstat (limited to 'repoze/bfg/interfaces.py')
| -rw-r--r-- | repoze/bfg/interfaces.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/repoze/bfg/interfaces.py b/repoze/bfg/interfaces.py index c4bafbe20..282e3756a 100644 --- a/repoze/bfg/interfaces.py +++ b/repoze/bfg/interfaces.py @@ -212,7 +212,7 @@ class IRoutesContextFactory(Interface): """ class IAuthenticationPolicy(Interface): - """ A multi-adapter on context and request """ + """ An object representing a BFG authentication policy. """ def authenticated_userid(context, request): """ Return the authenticated userid or ``None`` if no authenticated userid can be found. """ |
