]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Typo repair in comment.
authorTim Peters <tim.peters@gmail.com>
Sun, 7 Oct 2001 08:49:02 +0000 (08:49 +0000)
committerTim Peters <tim.peters@gmail.com>
Sun, 7 Oct 2001 08:49:02 +0000 (08:49 +0000)
Lib/profile.py

index 64035723e616a482c34d80a5b919b8f1be85e25d..a9eb113feeff7f73ca39c2666e76041a5ed227c2 100755 (executable)
@@ -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).