diff options
author | Guido van Rossum <guido@python.org> | 1999-05-03 18:13:29 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1999-05-03 18:13:29 (GMT) |
commit | 138bdafa8deadb8505ea7257522d018df25c98e8 (patch) | |
tree | 682571251f73c660c3dd8a5f5510cc0d43d50b32 /Lib/profile.py | |
parent | 6952f17f31806a8762e543d850047f1e8d444e7c (diff) | |
download | cpython-138bdafa8deadb8505ea7257522d018df25c98e8.zip cpython-138bdafa8deadb8505ea7257522d018df25c98e8.tar.gz cpython-138bdafa8deadb8505ea7257522d018df25c98e8.tar.bz2 |
Typo. (Andrew Dalke, without kjpylint)
Diffstat (limited to 'Lib/profile.py')
-rwxr-xr-x | Lib/profile.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/profile.py b/Lib/profile.py index d942e30..c1f8f5b 100755 --- a/Lib/profile.py +++ b/Lib/profile.py @@ -264,7 +264,7 @@ class Profile: return 1 # The next few function play with self.cmd. By carefully preloading - # our paralell stack, we can force the profiled result to include + # our parallel stack, we can force the profiled result to include # an arbitrary string as the name of the calling function. # We use self.cmd as that string, and the resulting stats look # very nice :-). |