]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Typo. (Andrew Dalke, without kjpylint)
authorGuido van Rossum <guido@python.org>
Mon, 3 May 1999 18:13:29 +0000 (18:13 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 3 May 1999 18:13:29 +0000 (18:13 +0000)
Lib/profile.py

index d942e30129c54a0a9e3c8b85b966fb451cde8606..c1f8f5bc3adced67d064a1023fb09b71748375cd 100755 (executable)
@@ -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 :-).