From 0ac7b075f76b3989fe9eb763b73bab827c9deccd Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Fri, 25 Dec 2009 06:44:37 +0000 Subject: Fix syntax errors found via manuel, and add manuel-style markers to prevent untestable code blocks from being tested. --- docs/narr/webob.rst | 1 + 1 file changed, 1 insertion(+) (limited to 'docs/narr/webob.rst') 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 -- cgit v1.2.3