summaryrefslogtreecommitdiff
path: root/paste/errordocument.py
diff options
context:
space:
mode:
authorianb <devnull@localhost>2008-04-27 06:26:53 +0000
committerianb <devnull@localhost>2008-04-27 06:26:53 +0000
commitad6924deae625ce803937bf8511b4985464f55ee (patch)
tree98e7ca0c58dc5e181d6b918a68a7d0a7d2da9b2f /paste/errordocument.py
parent6899dbab4003886a5ed0eff27667ed2ffd7663e7 (diff)
downloadpaste-ad6924deae625ce803937bf8511b4985464f55ee.tar.gz
small docstring formatting fixes
Diffstat (limited to 'paste/errordocument.py')
-rw-r--r--paste/errordocument.py2
1 files changed, 1 insertions, 1 deletions
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