From c126033112e468cdf858c7c1ad0bb29e7f57f520 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Wed, 30 Oct 2013 20:57:24 -0400 Subject: indicate default --- pyramid/security.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyramid/security.py b/pyramid/security.py index d754aeadf..7a65d22ce 100644 --- a/pyramid/security.py +++ b/pyramid/security.py @@ -478,7 +478,7 @@ class AuthorizationAPIMixin(object): :param permission: Does this request have the given permission? :type permission: unicode, str - :param context: Typically a resource of a regsitered type. + :param context: A resource object or ``None`` :type context: object :returns: `pyramid.security.PermitsResult` -- cgit v1.2.3