summaryrefslogtreecommitdiff
path: root/Lib/cgitb.py
diff options
context:
space:
mode:
authorTim Peters <tim.peters@gmail.com>2003-06-29 05:46:54 +0000
committerTim Peters <tim.peters@gmail.com>2003-06-29 05:46:54 +0000
commitd4ae71dba4bed24b4c8349c3728be5b35c4466fb (patch)
tree8dc2549a86dbeb79905a9467aede7fcd341e6547 /Lib/cgitb.py
parentd909603c4616ee16ba3a48254be0c665aea298b9 (diff)
downloadcpython-d4ae71dba4bed24b4c8349c3728be5b35c4466fb.tar.gz
Whitespace normalization.
Diffstat (limited to 'Lib/cgitb.py')
-rw-r--r--Lib/cgitb.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/cgitb.py b/Lib/cgitb.py
index 4e0c9fbdb7..cd469adb48 100644
--- a/Lib/cgitb.py
+++ b/Lib/cgitb.py
@@ -9,7 +9,7 @@ at the top of your script. The optional arguments to enable() are:
display - if true, tracebacks are displayed in the web browser
logdir - if set, tracebacks are written to files in this directory
context - number of lines of source code to show for each stack frame
- format - 'text' or 'html' controls the output format
+ format - 'text' or 'html' controls the output format
By default, tracebacks are displayed but not saved, the context is 5 lines
and the output format is 'html' (for backwards compatibility with the