mirror of
https://github.com/python/cpython.git
synced 2025-09-26 10:19:53 +00:00
#11565: Fix several typos. Patch by Piotr Kasprzyk.
This commit is contained in:
parent
6905de14fe
commit
c2077b0d9b
91 changed files with 125 additions and 125 deletions
|
@ -205,7 +205,7 @@ class TestRunExecCounts(unittest.TestCase):
|
|||
(self.my_py_filename, firstlineno + 4): 1,
|
||||
}
|
||||
|
||||
# When used through 'run', some other spurios counts are produced, like
|
||||
# When used through 'run', some other spurious counts are produced, like
|
||||
# the settrace of threading, which we ignore, just making sure that the
|
||||
# counts fo traced_func_loop were right.
|
||||
#
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue