diff options
author | Tim Peters <tim.peters@gmail.com> | 2001-03-16 08:29:48 (GMT) |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2001-03-16 08:29:48 (GMT) |
commit | 30edd2387d5d5c1a266956434ebaed59ccfb923f (patch) | |
tree | 216e794450d897bed9a4077ec5037d2d662081e4 /Lib/inspect.py | |
parent | 4cf97c4972307f9187960c61f3c8cdd958d9520e (diff) | |
download | cpython-30edd2387d5d5c1a266956434ebaed59ccfb923f.zip cpython-30edd2387d5d5c1a266956434ebaed59ccfb923f.tar.gz cpython-30edd2387d5d5c1a266956434ebaed59ccfb923f.tar.bz2 |
Whitespace normalization.
Diffstat (limited to 'Lib/inspect.py')
-rw-r--r-- | Lib/inspect.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Lib/inspect.py b/Lib/inspect.py index a7c7859..57f991c 100644 --- a/Lib/inspect.py +++ b/Lib/inspect.py @@ -643,5 +643,3 @@ def stack(context=1): def trace(context=1): """Return a list of records for the stack below the current exception.""" return getinnerframes(sys.exc_traceback, context) - - |