mirror of
https://github.com/python/cpython.git
synced 2025-08-31 05:58:33 +00:00
Fix few typos.
This commit is contained in:
parent
490062b42c
commit
992d9e081f
4 changed files with 4 additions and 4 deletions
|
@ -290,7 +290,7 @@ class AST_Tests(unittest.TestCase):
|
|||
self.assertEqual(x.body, body)
|
||||
|
||||
def test_nodeclasses(self):
|
||||
# Zero arguments constructor explicitely allowed
|
||||
# Zero arguments constructor explicitly allowed
|
||||
x = ast.BinOp()
|
||||
self.assertEqual(x._fields, ('left', 'op', 'right'))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue