summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2013-10-30 20:53:37 -0400
committerChris McDonough <chrism@plope.com>2013-10-30 20:53:37 -0400
commit9a1e1ec235dd187e6aae675873688ab9b086b4ef (patch)
tree29ab8c166b150ddec37900d852357ac631e9c950
parent2885a7b96545c037109d7999319f74869a640050 (diff)
downloadpyramid-9a1e1ec235dd187e6aae675873688ab9b086b4ef.tar.gz
pyramid-9a1e1ec235dd187e6aae675873688ab9b086b4ef.tar.bz2
pyramid-9a1e1ec235dd187e6aae675873688ab9b086b4ef.zip
rendering
-rw-r--r--pyramid/security.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyramid/security.py b/pyramid/security.py
index a5d9c52eb..7ffd37b8c 100644
--- a/pyramid/security.py
+++ b/pyramid/security.py
@@ -466,7 +466,7 @@ class AuthorizationAPIMixin(object):
def has_permission(self, permission, context=None):
""" Given a permission and an optional context,
- returns an instance of :data:`pyramid.security.Allowed if the
+ returns an instance of :data:`pyramid.security.Allowed` if the
permission is granted to this request with the provided context,
or the context already associated with the request. Otherwise,
returns an instance of :data:`pyramid.security.Denied`.