diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/narr/security.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/narr/security.rst b/docs/narr/security.rst index 553a9d3a2..3de7f9140 100644 --- a/docs/narr/security.rst +++ b/docs/narr/security.rst @@ -295,7 +295,7 @@ security policy is in effect might look like so: .. code-block:: python :linenos: - from repoze.bfg.security import Everyone + from repoze.bfg.security import Allow from repoze.bfg.security import DENY_ALL __acl__ = [ (Allow, 'fred', 'view'), |
