summaryrefslogtreecommitdiffstats
path: root/Lib
diff options
context:
space:
mode:
authorTim Peters <tim.peters@gmail.com>2001-10-07 08:49:02 (GMT)
committerTim Peters <tim.peters@gmail.com>2001-10-07 08:49:02 (GMT)
commitfb163784ab8ec237fdc3bffd018efe653ae07a1d (patch)
tree2381238b60f55ae21a92ce523ae4e88e9f765b6d /Lib
parent25ae43b1849aa8558f1fbcc5eaa03fb9ecf0baf6 (diff)
downloadcpython-fb163784ab8ec237fdc3bffd018efe653ae07a1d.zip
cpython-fb163784ab8ec237fdc3bffd018efe653ae07a1d.tar.gz
cpython-fb163784ab8ec237fdc3bffd018efe653ae07a1d.tar.bz2
Typo repair in comment.
Diffstat (limited to 'Lib')
-rwxr-xr-xLib/profile.py2
1 files changed, 1 insertions, 1 deletions
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).