From 992d9e081fab2061185b80c6decb57249b4612fe Mon Sep 17 00:00:00 2001 From: Florent Xicluna Date: Fri, 11 Nov 2011 19:35:42 +0100 Subject: Fix few typos. --- Lib/test/test_ast.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Lib/test/test_ast.py') diff --git a/Lib/test/test_ast.py b/Lib/test/test_ast.py index 7d1649c1155..2ba3ea552d4 100644 --- a/Lib/test/test_ast.py +++ b/Lib/test/test_ast.py @@ -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')) -- cgit v1.2.3