mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Fix typos in comments and test code (#122846)
This commit is contained in:
parent
9375b9ca3a
commit
253c6a0b2f
18 changed files with 28 additions and 28 deletions
|
@ -71,7 +71,7 @@ class CompilationStepTestCase(unittest.TestCase):
|
|||
|
||||
def assertInstructionsMatch(self, actual_seq, expected):
|
||||
# get an InstructionSequence and an expected list, where each
|
||||
# entry is a label or an instruction tuple. Construct an expcted
|
||||
# entry is a label or an instruction tuple. Construct an expected
|
||||
# instruction sequence and compare with the one given.
|
||||
|
||||
self.assertIsInstance(expected, list)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue