summaryrefslogtreecommitdiff
path: root/docs/narr/configuration.rst
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2013-03-22 10:24:55 -0700
committerChris McDonough <chrism@plope.com>2013-03-22 10:24:55 -0700
commit794e994dc0a67733ed3cebb69ea42eba7dff068c (patch)
tree9d56ab69e164168738eeecfd6616461ae691220d /docs/narr/configuration.rst
parentec7bf0085e115c6c16d6b7e0efd75bc7ff505d2c (diff)
parent1ad8de2b9032b5a452b75274b8f908645c732e57 (diff)
downloadpyramid-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/configuration.rst')
-rw-r--r--docs/narr/configuration.rst1
1 files changed, 0 insertions, 1 deletions
diff --git a/docs/narr/configuration.rst b/docs/narr/configuration.rst
index 6f82baf32..f7a69d613 100644
--- a/docs/narr/configuration.rst
+++ b/docs/narr/configuration.rst
@@ -140,7 +140,6 @@ In the example above, the scanner translates the arguments to
:class:`~pyramid.view.view_config` into a call to the
:meth:`pyramid.config.Configurator.add_view` method, effectively:
-.. ignore-next-block
.. code-block:: python
config.add_view(hello)