mirror of
https://github.com/python/cpython.git
synced 2025-08-31 05:58:33 +00:00
Merge 3.2, fix typos.
This commit is contained in:
commit
e41f0de84d
8 changed files with 8 additions and 8 deletions
|
@ -295,7 +295,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