summaryrefslogtreecommitdiff
path: root/Lib/traceback.py
diff options
context:
space:
mode:
authorTim Peters <tim.peters@gmail.com>2001-03-29 04:36:09 +0000
committerTim Peters <tim.peters@gmail.com>2001-03-29 04:36:09 +0000
commita19a168cccbc61b2a002475dd3b966b50983003e (patch)
treeb1cd5ae6e193619ac8fecc99652813304a4873f0 /Lib/traceback.py
parent301ab7f2d0ae11087512ef3a36beaf4edc3efa0a (diff)
downloadcpython-git-a19a168cccbc61b2a002475dd3b966b50983003e.tar.gz
Whitespace normalization.
Diffstat (limited to 'Lib/traceback.py')
-rw-r--r--Lib/traceback.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/traceback.py b/Lib/traceback.py
index 82906a325f..a758349f91 100644
--- a/Lib/traceback.py
+++ b/Lib/traceback.py
@@ -221,7 +221,7 @@ def print_last(limit=None, file=None):
def print_stack(f=None, limit=None, file=None):
"""Print a stack trace from its invocation point.
-
+
The optional 'f' argument can be used to specify an alternate
stack frame at which to start. The optional 'limit' and 'file'
arguments have the same meaning as for print_exception().