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/viewconfig.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/viewconfig.rst')
| -rw-r--r-- | docs/narr/viewconfig.rst | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/docs/narr/viewconfig.rst b/docs/narr/viewconfig.rst index e0338c442..14a2fc807 100644 --- a/docs/narr/viewconfig.rst +++ b/docs/narr/viewconfig.rst @@ -488,7 +488,6 @@ acts as a :app:`Pyramid` view callable. Here's an example of the :class:`~pyramid.view.view_config` decorator that lives within a :app:`Pyramid` application module ``views.py``: -.. ignore-next-block .. code-block:: python :linenos: @@ -503,7 +502,6 @@ lives within a :app:`Pyramid` application module ``views.py``: Using this decorator as above replaces the need to add this imperative configuration stanza: -.. ignore-next-block .. code-block:: python :linenos: |
