summaryrefslogtreecommitdiff
path: root/repoze
diff options
context:
space:
mode:
Diffstat (limited to 'repoze')
-rw-r--r--repoze/bfg/interfaces.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/repoze/bfg/interfaces.py b/repoze/bfg/interfaces.py
index 5ce6c3461..5b8ccf08b 100644
--- a/repoze/bfg/interfaces.py
+++ b/repoze/bfg/interfaces.py
@@ -209,7 +209,7 @@ class IAuthenticationPolicy(Interface):
current user on subsequent requests. """
class IAuthorizationPolicy(Interface):
- """ A adapter on context """
+ """ An object representing a BFG authorization policy. """
def permits(context, principals, permission):
""" Return True if any of the principals is allowed the
permission in the current context, else return False """