We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25ae43b commit fb16378Copy full SHA for fb16378
1 file changed
Lib/profile.py
@@ -117,7 +117,7 @@ class Profile:
117
timing data for the parent frame.
118
[ 1] = Total time spent in this frame's function, excluding time in
119
subfunctions (this latter is tallied in cur[2]).
120
- [ 2] = Total time spent in subfunctions, excluding time execute the
+ [ 2] = Total time spent in subfunctions, excluding time executing the
121
frame's function (this latter is tallied in cur[1]).
122
[-3] = Name of the function that corresponds to this frame.
123
[-2] = Actual frame that we correspond to (used to sync exception handling).
0 commit comments