]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] Fix typo in `Lib/test/test_ast/test_ast.py` (GH-136767) (#136783)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sat, 19 Jul 2025 10:23:52 +0000 (12:23 +0200)
committerGitHub <noreply@github.com>
Sat, 19 Jul 2025 10:23:52 +0000 (10:23 +0000)
commita91e2bc440b288c4d3ccc51f068f8d591e0eda1b
tree77d738697c142ab163edfa3468d9c138bc3cfdb8
parentba6ea7c53d9b8de78380a1f0b029af92633b5332
[3.14] Fix typo in `Lib/test/test_ast/test_ast.py` (GH-136767) (#136783)

Fix typo in `Lib/test/test_ast/test_ast.py` (GH-136767)

`ASTOptimiziationTests` -> `ASTOptimizationTests`
(cherry picked from commit 60146f4f6f24f37e3bfcb9f101565f6e86cf0146)

Co-authored-by: Hunter Hogan <hunterhogan@users.noreply.github.com>
Lib/test/test_ast/test_ast.py