From 42bcdfe93f3d6dc8a317e4e31a535664a87fde97 Mon Sep 17 00:00:00 2001 From: ianb Date: Fri, 7 Oct 2005 01:08:06 +0000 Subject: Fix doc strings --- paste/cgitb_catcher.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'paste/cgitb_catcher.py') 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 `_ +for more. """ import cgitb -- cgit v1.2.1