Chris McDonough
2013-10-31 9a1e1ec235dd187e6aae675873688ab9b086b4ef
rendering
1 files modified
2 ■■■ changed files
pyramid/security.py 2 ●●● patch | view | raw | blame | history
pyramid/security.py
@@ -466,7 +466,7 @@
    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`.