diff options
| author | ianb <devnull@localhost> | 2005-10-07 01:08:06 +0000 |
|---|---|---|
| committer | ianb <devnull@localhost> | 2005-10-07 01:08:06 +0000 |
| commit | 42bcdfe93f3d6dc8a317e4e31a535664a87fde97 (patch) | |
| tree | 27760a54a553f30240000f7bc6224667757cf3c3 /paste/cgitb_catcher.py | |
| parent | 2368386e137bcb0b381b887af472ffc26d42136a (diff) | |
| download | paste-42bcdfe93f3d6dc8a317e4e31a535664a87fde97.tar.gz | |
Fix doc strings
Diffstat (limited to 'paste/cgitb_catcher.py')
| -rw-r--r-- | paste/cgitb_catcher.py | 6 |
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 |
