Skip to content

Commit ee99876

Browse files
hunterhoganbrianschubert
authored andcommitted
[3.13] Fix typo in Lib/test/test_ast/test_ast.py (pythonGH-136767)
`ASTOptimiziationTests` -> `ASTOptimizationTests` (cherry picked from commit 60146f4) Co-authored-by: Hunter Hogan <[email protected]>
1 parent fc190c3 commit ee99876

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
@@ -3236,7 +3236,7 @@ def test_cli_file_input(self):
32363236
def compare(left, right):
32373237
return ast.dump(left) == ast.dump(right)
32383238

3239-
class ASTOptimiziationTests(unittest.TestCase):
3239+
class ASTOptimizationTests(unittest.TestCase):
32403240
binop = {
32413241
"+": ast.Add(),
32423242
"-": ast.Sub(),

0 commit comments

Comments
 (0)