diff options
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 82906a3..a758349 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(). |