summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/narr/security.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/narr/security.rst b/docs/narr/security.rst
index a733aef9b..10e33eb28 100644
--- a/docs/narr/security.rst
+++ b/docs/narr/security.rst
@@ -623,7 +623,7 @@ that implements the following interface:
.. code-block:: python
class IAuthorizationPolicy(object):
- """ A adapter on context """
+ """ An object representing a BFG authorization policy. """
def permits(self, context, principals, permission):
""" Return True if any of the principals is allowed the
permission in the current context, else return False """