diff options
author | Tim Peters <tim.peters@gmail.com> | 2001-03-29 04:36:09 +0000 |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2001-03-29 04:36:09 +0000 |
commit | a19a168cccbc61b2a002475dd3b966b50983003e (patch) | |
tree | b1cd5ae6e193619ac8fecc99652813304a4873f0 /Lib/traceback.py | |
parent | 301ab7f2d0ae11087512ef3a36beaf4edc3efa0a (diff) | |
download | cpython-git-a19a168cccbc61b2a002475dd3b966b50983003e.tar.gz |
Whitespace normalization.
Diffstat (limited to 'Lib/traceback.py')
-rw-r--r-- | Lib/traceback.py | 2 |
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(). |