From c37dc2396b0d7dac88631531f757652581564ae8 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Sat, 9 May 2009 17:22:33 +0000 Subject: Typos. --- repoze/bfg/security.py | 4 ++-- 1 file 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): -- cgit v1.2.3