diff options
Diffstat (limited to 'Lib/test/profilee.py')
-rw-r--r-- | Lib/test/profilee.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/profilee.py b/Lib/test/profilee.py index 6ad2c839563..b6a090a2e34 100644 --- a/Lib/test/profilee.py +++ b/Lib/test/profilee.py @@ -79,7 +79,7 @@ def helper1(): TICKS += 19 lst = [] lst.append(42) # 0 - sys.exc_info() # 0 + sys.exception() # 0 def helper2_indirect(): helper2() # 50 |