summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorChris McDonough <chrism@agendaless.com>2009-05-27 16:12:39 +0000
committerChris McDonough <chrism@agendaless.com>2009-05-27 16:12:39 +0000
commit0e5270923af647aa16c520728d70c2db0064a68c (patch)
tree65de2646ac4eb3a10e17353a9a937b22234e31bc /docs
parent5d91a9f0f6e2bc8c05d9b86d0d5780ece613b911 (diff)
downloadpyramid-0e5270923af647aa16c520728d70c2db0064a68c.tar.gz
pyramid-0e5270923af647aa16c520728d70c2db0064a68c.tar.bz2
pyramid-0e5270923af647aa16c520728d70c2db0064a68c.zip
From jpenny.
Diffstat (limited to 'docs')
-rw-r--r--docs/narr/security.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/narr/security.rst b/docs/narr/security.rst
index 365f19010..0f91c9c74 100644
--- a/docs/narr/security.rst
+++ b/docs/narr/security.rst
@@ -59,7 +59,7 @@ construct your own authentication policy. Any instance which
implements the interface defined in
``repoze.bfg.interfaces.IAuthenticationPolicy`` can be used.
-It's common but it is also possible to change the default
+It's not common, but it is also possible to change the default
:term:`authorization policy` (to use some other persistent
authorization mechanism other than ACLs). To do so, pass an object
which implements the ``repoze.bfg.interfaces.IAuthorizationPolicy``)