From fb163784ab8ec237fdc3bffd018efe653ae07a1d Mon Sep 17 00:00:00 2001 From: Tim Peters Date: Sun, 7 Oct 2001 08:49:02 +0000 Subject: Typo repair in comment. --- Lib/profile.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lib/profile.py b/Lib/profile.py index 6403572..a9eb113 100755 --- a/Lib/profile.py +++ b/Lib/profile.py @@ -117,7 +117,7 @@ class Profile: timing data for the parent frame. [ 1] = Total time spent in this frame's function, excluding time in subfunctions (this latter is tallied in cur[2]). - [ 2] = Total time spent in subfunctions, excluding time execute the + [ 2] = Total time spent in subfunctions, excluding time executing the frame's function (this latter is tallied in cur[1]). [-3] = Name of the function that corresponds to this frame. [-2] = Actual frame that we correspond to (used to sync exception handling). -- cgit v0.12