summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2013-10-30 20:57:24 -0400
committerChris McDonough <chrism@plope.com>2013-10-30 20:57:24 -0400
commitc126033112e468cdf858c7c1ad0bb29e7f57f520 (patch)
treeb74d85540c69a7453a6dc4a7840c88836b57416c
parente0d1af934d85a34a83e2026976ddd05d92d21b5e (diff)
downloadpyramid-c126033112e468cdf858c7c1ad0bb29e7f57f520.tar.gz
pyramid-c126033112e468cdf858c7c1ad0bb29e7f57f520.tar.bz2
pyramid-c126033112e468cdf858c7c1ad0bb29e7f57f520.zip
indicate default
-rw-r--r--pyramid/security.py2
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`