Skip to content

Commit fb16378

Browse files
committed
Typo repair in comment.
1 parent 25ae43b commit fb16378

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/profile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ class Profile:
117117
timing data for the parent frame.
118118
[ 1] = Total time spent in this frame's function, excluding time in
119119
subfunctions (this latter is tallied in cur[2]).
120-
[ 2] = Total time spent in subfunctions, excluding time execute the
120+
[ 2] = Total time spent in subfunctions, excluding time executing the
121121
frame's function (this latter is tallied in cur[1]).
122122
[-3] = Name of the function that corresponds to this frame.
123123
[-2] = Actual frame that we correspond to (used to sync exception handling).

0 commit comments

Comments
 (0)