summaryrefslogtreecommitdiff
path: root/docs/narr/configuration.rst
diff options
context:
space:
mode:
authorTshepang Lekhonkhobe <tshepang@gmail.com>2013-03-22 17:24:32 +0200
committerTshepang Lekhonkhobe <tshepang@gmail.com>2013-03-22 17:24:32 +0200
commit1ad8de2b9032b5a452b75274b8f908645c732e57 (patch)
tree334a567fd6e85c65790f970a59d2ca7661b902f9 /docs/narr/configuration.rst
parentcb93ae658624458032270c038070be8a20e33003 (diff)
downloadpyramid-1ad8de2b9032b5a452b75274b8f908645c732e57.tar.gz
pyramid-1ad8de2b9032b5a452b75274b8f908645c732e57.tar.bz2
pyramid-1ad8de2b9032b5a452b75274b8f908645c732e57.zip
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)