diff options
| author | Chris McDonough <chrism@plope.com> | 2013-03-22 10:24:55 -0700 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2013-03-22 10:24:55 -0700 |
| commit | 794e994dc0a67733ed3cebb69ea42eba7dff068c (patch) | |
| tree | 9d56ab69e164168738eeecfd6616461ae691220d /docs/narr/security.rst | |
| parent | ec7bf0085e115c6c16d6b7e0efd75bc7ff505d2c (diff) | |
| parent | 1ad8de2b9032b5a452b75274b8f908645c732e57 (diff) | |
| download | pyramid-794e994dc0a67733ed3cebb69ea42eba7dff068c.tar.gz pyramid-794e994dc0a67733ed3cebb69ea42eba7dff068c.tar.bz2 pyramid-794e994dc0a67733ed3cebb69ea42eba7dff068c.zip | |
Merge pull request #936 from tshepang/unused
remove unused 'ignore-next-block' directive
Diffstat (limited to 'docs/narr/security.rst')
| -rw-r--r-- | docs/narr/security.rst | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/docs/narr/security.rst b/docs/narr/security.rst index 203aa2404..e91e8c542 100644 --- a/docs/narr/security.rst +++ b/docs/narr/security.rst @@ -85,7 +85,6 @@ during application setup to specify the authentication policy. For example: -.. ignore-next-block .. code-block:: python :linenos: @@ -151,7 +150,6 @@ API: The equivalent view registration including the ``add`` permission name may be performed via the ``@view_config`` decorator: -.. ignore-next-block .. code-block:: python :linenos: |
