diff options
| -rw-r--r-- | repoze/bfg/security.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/repoze/bfg/security.py b/repoze/bfg/security.py index 4b28811cc..90916bac2 100644 --- a/repoze/bfg/security.py +++ b/repoze/bfg/security.py @@ -552,7 +552,7 @@ class ACLDenied(ACLPermitsResult): boolean false types. It also has attributes which indicate which acl, ace, permission, principals, and context were involved in the request. Its __str__ method prints a summary of these attributes - for debugging purposes. The same summary is available as he + for debugging purposes. The same summary is available as the ``msg`` attribute.""" boolval = 0 @@ -563,7 +563,7 @@ class ACLAllowed(ACLPermitsResult): which acl, ace, permission, principals, and context were involved in the request. Its __str__ method prints a summary of these attributes for debugging purposes. The same summary is available - as he ``msg`` attribute.""" + as the ``msg`` attribute.""" boolval = 1 class ViewPermission(object): |
