From ad6924deae625ce803937bf8511b4985464f55ee Mon Sep 17 00:00:00 2001 From: ianb Date: Sun, 27 Apr 2008 06:26:53 +0000 Subject: small docstring formatting fixes --- paste/errordocument.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'paste/errordocument.py') diff --git a/paste/errordocument.py b/paste/errordocument.py index 90bda8a..babdd8f 100644 --- a/paste/errordocument.py +++ b/paste/errordocument.py @@ -117,7 +117,7 @@ class StatusBasedForward(object): could be useful for passing the status code and message into another application to display an error document: - .. code-block:: Python + .. code-block:: python from paste.errordocument import StatusBasedForward from paste.recursive import RecursiveMiddleware -- cgit v1.2.1