summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris McDonough <chrism@agendaless.com>2008-11-09 03:17:39 +0000
committerChris McDonough <chrism@agendaless.com>2008-11-09 03:17:39 +0000
commitb4cafa974c8c6452a4a924838df352c95c0901aa (patch)
treef46edd364a81d04d922c19b913a1619798c45ac5
parentb980bd97eaf570d2fa34d711920f46bb3429e348 (diff)
downloadpyramid-b4cafa974c8c6452a4a924838df352c95c0901aa.tar.gz
pyramid-b4cafa974c8c6452a4a924838df352c95c0901aa.tar.bz2
pyramid-b4cafa974c8c6452a4a924838df352c95c0901aa.zip
Rendering.
-rw-r--r--repoze/bfg/testing.py2
1 files changed, 1 insertions, 1 deletions
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)