diff options
Diffstat (limited to 'repoze/bfg/security.py')
| -rw-r--r-- | repoze/bfg/security.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/repoze/bfg/security.py b/repoze/bfg/security.py index e20561e80..54609bc33 100644 --- a/repoze/bfg/security.py +++ b/repoze/bfg/security.py @@ -204,7 +204,7 @@ class PermitsResult(int): class Denied(PermitsResult): """ An instance of ``Denied`` is returned when a security-related - API or other :mod:`repoze.bfg` code denies an action unlrelated to + API or other :mod:`repoze.bfg` code denies an action unrelated to an ACL check. It evaluates equal to all boolean false types. It has an attribute named ``msg`` describing the circumstances for the deny.""" |
