summaryrefslogtreecommitdiff
path: root/docs/narr/security.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/narr/security.rst')
-rw-r--r--docs/narr/security.rst4
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/narr/security.rst b/docs/narr/security.rst
index f88456730..5cebd9792 100644
--- a/docs/narr/security.rst
+++ b/docs/narr/security.rst
@@ -31,11 +31,12 @@ application setup to specify an authentication policy.
For example:
+.. ignore-next-block
.. code-block:: python
:linenos:
from repoze.bfg.configuration import Configurator
- from repoze.bfg.authentication import AuthTktAutenticationPolicy
+ from repoze.bfg.authentication import AuthTktAuthenticationPolicy
from repoze.bfg.authorization import ACLAuthorizationPolicy
authentication_policy = AuthTktAuthenticationPolicy('seekrit')
authorization_policy = ACLAuthorizationPolicy()
@@ -124,6 +125,7 @@ The equivalent view registration including the 'add' permission name
may be performed via the ``bfg_view`` decorator within the "views"
module of your project's package
+.. ignore-next-block
.. code-block:: python
:linenos: