Whitespace normalization.
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 @@
     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