Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Lib/test/test_ast/test_ast.py
1 parent f520f22 commit 60146f4Copy full SHA for 60146f4
1 file changed
Lib/test/test_ast/test_ast.py
@@ -3545,7 +3545,7 @@ def test_show_empty_flag(self):
3545
self.check_output(source, expect, '--show-empty')
3546
3547
3548
-class ASTOptimiziationTests(unittest.TestCase):
+class ASTOptimizationTests(unittest.TestCase):
3549
def wrap_expr(self, expr):
3550
return ast.Module(body=[ast.Expr(value=expr)])
3551
0 commit comments