summaryrefslogtreecommitdiff
path: root/paste/errordocument.py
diff options
context:
space:
mode:
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