mirror of
https://github.com/python/cpython.git
synced 2025-09-27 02:39:58 +00:00
Typo repair in comment.
This commit is contained in:
parent
25ae43b184
commit
fb163784ab
1 changed files with 1 additions and 1 deletions
|
@ -117,7 +117,7 @@ class Profile:
|
||||||
timing data for the parent frame.
|
timing data for the parent frame.
|
||||||
[ 1] = Total time spent in this frame's function, excluding time in
|
[ 1] = Total time spent in this frame's function, excluding time in
|
||||||
subfunctions (this latter is tallied in cur[2]).
|
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]).
|
frame's function (this latter is tallied in cur[1]).
|
||||||
[-3] = Name of the function that corresponds to this frame.
|
[-3] = Name of the function that corresponds to this frame.
|
||||||
[-2] = Actual frame that we correspond to (used to sync exception handling).
|
[-2] = Actual frame that we correspond to (used to sync exception handling).
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue