From 9a1e1ec235dd187e6aae675873688ab9b086b4ef Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Wed, 30 Oct 2013 20:53:37 -0400 Subject: rendering --- pyramid/security.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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`. -- cgit v1.2.3