From 138bdafa8deadb8505ea7257522d018df25c98e8 Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Mon, 3 May 1999 18:13:29 +0000 Subject: [PATCH] Typo. (Andrew Dalke, without kjpylint) --- Lib/profile.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lib/profile.py b/Lib/profile.py index d942e30129c..c1f8f5bc3ad 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 :-).