summaryrefslogtreecommitdiff
path: root/docs/narr/security.rst
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2010-10-28 22:40:16 -0400
committerChris McDonough <chrism@plope.com>2010-10-28 22:40:16 -0400
commit04ebd572a92f6681209c70c42192775c63cd16cd (patch)
treecc4d492b9b8eba207d3fd8309846d16495f52423 /docs/narr/security.rst
parent96820957ac659d51d79b1b30c296f98c086ee878 (diff)
downloadpyramid-04ebd572a92f6681209c70c42192775c63cd16cd.tar.gz
pyramid-04ebd572a92f6681209c70c42192775c63cd16cd.tar.bz2
pyramid-04ebd572a92f6681209c70c42192775c63cd16cd.zip
sessioning docs
Diffstat (limited to 'docs/narr/security.rst')
-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 109009842..5782837aa 100644
--- a/docs/narr/security.rst
+++ b/docs/narr/security.rst
@@ -241,7 +241,7 @@ application:
When a default permission is registered:
-- if a view configuration names an explicit ``permission`, the default
+- if a view configuration names an explicit ``permission``, the default
permission is ignored for that view registration, and the
view-configuration-named permission is used.