diff options
| author | Chris McDonough <chrism@plope.com> | 2013-10-30 20:57:24 -0400 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2013-10-30 20:57:24 -0400 |
| commit | c126033112e468cdf858c7c1ad0bb29e7f57f520 (patch) | |
| tree | b74d85540c69a7453a6dc4a7840c88836b57416c | |
| parent | e0d1af934d85a34a83e2026976ddd05d92d21b5e (diff) | |
| download | pyramid-c126033112e468cdf858c7c1ad0bb29e7f57f520.tar.gz pyramid-c126033112e468cdf858c7c1ad0bb29e7f57f520.tar.bz2 pyramid-c126033112e468cdf858c7c1ad0bb29e7f57f520.zip | |
indicate default
| -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` |
