mirror of
https://github.com/python/cpython.git
synced 2025-12-04 00:30:19 +00:00
Whitespace normalization.
This commit is contained in:
parent
301ab7f2d0
commit
a19a168ccc
7 changed files with 23 additions and 23 deletions
|
|
@ -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().
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue