Skip to content

Commit 60146f4

Browse files
authored
Fix typo in Lib/test/test_ast/test_ast.py (#136767)
`ASTOptimiziationTests` -> `ASTOptimizationTests`
1 parent f520f22 commit 60146f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/test_ast/test_ast.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3545,7 +3545,7 @@ def test_show_empty_flag(self):
35453545
self.check_output(source, expect, '--show-empty')
35463546

35473547

3548-
class ASTOptimiziationTests(unittest.TestCase):
3548+
class ASTOptimizationTests(unittest.TestCase):
35493549
def wrap_expr(self, expr):
35503550
return ast.Module(body=[ast.Expr(value=expr)])
35513551

0 commit comments

Comments
 (0)