]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] Fix typo in `Lib/test/test_ast/test_ast.py` (GH-136767) (#137356)
authorBrian Schubert <brianm.schubert@gmail.com>
Mon, 4 Aug 2025 05:56:07 +0000 (01:56 -0400)
committerGitHub <noreply@github.com>
Mon, 4 Aug 2025 05:56:07 +0000 (08:56 +0300)
commita2c749d806832d4b0a2f437a01e8b8b95bd05023
treefe5135df5b17feb600f63b14e6fe58021832472e
parent1ba09b2f0445eb80fd255ee2d9cbbdc859e0bb41
[3.13] Fix typo in `Lib/test/test_ast/test_ast.py` (GH-136767) (#137356)

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

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