From: Guido van Rossum Date: Mon, 3 May 1999 18:13:29 +0000 (+0000) Subject: Typo. (Andrew Dalke, without kjpylint) X-Git-Tag: v1.6a1~1379 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=138bdafa8deadb8505ea7257522d018df25c98e8;p=thirdparty%2FPython%2Fcpython.git Typo. (Andrew Dalke, without kjpylint) --- diff --git a/Lib/profile.py b/Lib/profile.py index d942e30129c5..c1f8f5bc3adc 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 :-).