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 ba6ea7c commit 7bf0c05Copy full SHA for 7bf0c05
Lib/test/test_ast/test_ast.py
@@ -3547,7 +3547,7 @@ def test_show_empty_flag(self):
3547
self.check_output(source, expect, '--show-empty')
3548
3549
3550
-class ASTOptimiziationTests(unittest.TestCase):
+class ASTOptimizationTests(unittest.TestCase):
3551
def wrap_expr(self, expr):
3552
return ast.Module(body=[ast.Expr(value=expr)])
3553
0 commit comments