diff options
| author | Tim Peters <tim.peters@gmail.com> | 2001-02-28 08:26:44 (GMT) |
|---|---|---|
| committer | Tim Peters <tim.peters@gmail.com> | 2001-02-28 08:26:44 (GMT) |
| commit | 85ba673b0a8fa8123bfe2d0434fe35d7f3cee68d (patch) | |
| tree | 1480fb010d74d32a5e612b38de5bb4145a6d2f37 /Lib/inspect.py | |
| parent | 8de0c1716b90a28973f9c4e1e8816eaadf3b10dd (diff) | |
| download | cpython-85ba673b0a8fa8123bfe2d0434fe35d7f3cee68d.zip cpython-85ba673b0a8fa8123bfe2d0434fe35d7f3cee68d.tar.gz cpython-85ba673b0a8fa8123bfe2d0434fe35d7f3cee68d.tar.bz2 | |
Whitespace normalization.
Diffstat (limited to 'Lib/inspect.py')
| -rw-r--r-- | Lib/inspect.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/inspect.py b/Lib/inspect.py index 408e454..3b1061e 100644 --- a/Lib/inspect.py +++ b/Lib/inspect.py @@ -612,5 +612,5 @@ def stack(context=1): return getouterframes(currentframe().f_back, context) def trace(context=1): - """Return a list of records for the stack below the current exception.""" + """Return a list of records for the stack below the current exception.""" return getinnerframes(sys.exc_traceback, context) |
