summaryrefslogtreecommitdiffstats
path: root/Lib/profile.py
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1999-05-03 18:13:29 (GMT)
committerGuido van Rossum <guido@python.org>1999-05-03 18:13:29 (GMT)
commit138bdafa8deadb8505ea7257522d018df25c98e8 (patch)
tree682571251f73c660c3dd8a5f5510cc0d43d50b32 /Lib/profile.py
parent6952f17f31806a8762e543d850047f1e8d444e7c (diff)
downloadcpython-138bdafa8deadb8505ea7257522d018df25c98e8.zip
cpython-138bdafa8deadb8505ea7257522d018df25c98e8.tar.gz
cpython-138bdafa8deadb8505ea7257522d018df25c98e8.tar.bz2
Typo. (Andrew Dalke, without kjpylint)
Diffstat (limited to 'Lib/profile.py')
-rwxr-xr-xLib/profile.py2
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 :-).