diff options
| -rw-r--r-- | pyramid/security.py | 2 |
1 files changed, 1 insertions, 1 deletions
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` |
