Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 68b543a

Browse files
committed
fix ws
1 parent 6ccfe85 commit 68b543a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/test/test_ast.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ def test_nodeclasses(self):
305305
self.assertEqual(x.left, n1)
306306
self.assertEqual(x.op, addop)
307307
self.assertEqual(x.right, n3)
308-
308+
309309
x = ast.BinOp(1, 2, 3)
310310
self.assertEqual(x.left, 1)
311311
self.assertEqual(x.op, 2)

0 commit comments

Comments
 (0)