summaryrefslogtreecommitdiff
path: root/paste/cgitb_catcher.py
diff options
context:
space:
mode:
authorianb <devnull@localhost>2005-10-07 01:08:06 +0000
committerianb <devnull@localhost>2005-10-07 01:08:06 +0000
commit42bcdfe93f3d6dc8a317e4e31a535664a87fde97 (patch)
tree27760a54a553f30240000f7bc6224667757cf3c3 /paste/cgitb_catcher.py
parent2368386e137bcb0b381b887af472ffc26d42136a (diff)
downloadpaste-42bcdfe93f3d6dc8a317e4e31a535664a87fde97.tar.gz
Fix doc strings
Diffstat (limited to 'paste/cgitb_catcher.py')
-rw-r--r--paste/cgitb_catcher.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/paste/cgitb_catcher.py b/paste/cgitb_catcher.py
index 8e4d9d0..246adba 100644
--- a/paste/cgitb_catcher.py
+++ b/paste/cgitb_catcher.py
@@ -4,9 +4,9 @@
"""
WSGI middleware
-Captures any exceptions and prints a pretty report. See the cgitb
-documentation for more:
- http://python.org/doc/current/lib/module-cgitb.html
+Captures any exceptions and prints a pretty report. See the `cgitb
+documentation <http://python.org/doc/current/lib/module-cgitb.html>`_
+for more.
"""
import cgitb