mirror of
https://github.com/python/cpython.git
synced 2026-01-06 15:32:22 +00:00
[3.13] Fix typo in Lib/test/test_ast/test_ast.py (GH-136767) (#137356)
`ASTOptimiziationTests` -> `ASTOptimizationTests`
(cherry picked from commit 60146f4f6f)
Co-authored-by: Hunter Hogan <hunterhogan@users.noreply.github.com>
This commit is contained in:
parent
1ba09b2f04
commit
a2c749d806
1 changed files with 1 additions and 1 deletions
|
|
@ -3236,7 +3236,7 @@ def test_cli_file_input(self):
|
|||
def compare(left, right):
|
||||
return ast.dump(left) == ast.dump(right)
|
||||
|
||||
class ASTOptimiziationTests(unittest.TestCase):
|
||||
class ASTOptimizationTests(unittest.TestCase):
|
||||
binop = {
|
||||
"+": ast.Add(),
|
||||
"-": ast.Sub(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue