summaryrefslogtreecommitdiffstats
path: root/Lib/cgitb.py
diff options
context:
space:
mode:
authorTim Peters <tim.peters@gmail.com>2003-06-29 05:46:54 (GMT)
committerTim Peters <tim.peters@gmail.com>2003-06-29 05:46:54 (GMT)
commit478c10554b366989b341af4017602571edfe9b2e (patch)
treed4f32db5aa64d5903682d8f8d36a29ffeb48af6f /Lib/cgitb.py
parentdb3756dade0bba030946abcb8e50c914af84f31e (diff)
downloadcpython-478c10554b366989b341af4017602571edfe9b2e.zip
cpython-478c10554b366989b341af4017602571edfe9b2e.tar.gz
cpython-478c10554b366989b341af4017602571edfe9b2e.tar.bz2
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 4e0c9fb..cd469ad 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