mirror of
https://github.com/python/cpython.git
synced 2025-08-30 13:38:43 +00:00
Typo. (Andrew Dalke, without kjpylint)
This commit is contained in:
parent
6952f17f31
commit
138bdafa8d
1 changed files with 1 additions and 1 deletions
|
@ -264,7 +264,7 @@ class Profile:
|
||||||
return 1
|
return 1
|
||||||
|
|
||||||
# The next few function play with self.cmd. By carefully preloading
|
# 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.
|
# an arbitrary string as the name of the calling function.
|
||||||
# We use self.cmd as that string, and the resulting stats look
|
# We use self.cmd as that string, and the resulting stats look
|
||||||
# very nice :-).
|
# very nice :-).
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue