Whitespace normalization.

This commit is contained in:
Tim Peters 2001-03-29 04:36:09 +00:00
parent 301ab7f2d0
commit a19a168ccc
7 changed files with 23 additions and 23 deletions

View file

@ -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().