From b4cafa974c8c6452a4a924838df352c95c0901aa Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Sun, 9 Nov 2008 03:17:39 +0000 Subject: Rendering. --- repoze/bfg/testing.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/repoze/bfg/testing.py b/repoze/bfg/testing.py index 94b51374c..2a186cf26 100644 --- a/repoze/bfg/testing.py +++ b/repoze/bfg/testing.py @@ -12,7 +12,7 @@ def registerDummySecurityPolicy(userid=None, groupids=(), permissive=True): denies all access. This function is most useful when testing code that uses the ``repoze.bfg.security`` APIs named ``has_permission``, ``authenticated_userid``, - effective_principals, and ``principals_allowed_by_permission``. + ``effective_principals``, and ``principals_allowed_by_permission``. """ if permissive: policy = DummyAllowingSecurityPolicy(userid, groupids) -- cgit v1.2.3