summaryrefslogtreecommitdiff
path: root/docs/narr/webob.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/narr/webob.rst')
-rw-r--r--docs/narr/webob.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/narr/webob.rst b/docs/narr/webob.rst
index 2886190f5..8dbdef6f2 100644
--- a/docs/narr/webob.rst
+++ b/docs/narr/webob.rst
@@ -263,6 +263,7 @@ the error. For instance, ``webob.exc.HTTPNotFound``. It subclasses
``Response``, so you can manipulate the instances in the same way. A
typical example is:
+.. ignore-next-block
.. code-block:: python
from webob.exc import HTTPNotFound