mirror of
https://github.com/python/cpython.git
synced 2025-12-08 06:10:17 +00:00
[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 60146f4f6f)
Co-authored-by: Hunter Hogan <hunterhogan@users.noreply.github.com>
This commit is contained in:
parent
ba6ea7c53d
commit
a91e2bc440
1 changed files with 1 additions and 1 deletions
|
|
@ -3547,7 +3547,7 @@ def test_show_empty_flag(self):
|
|||
self.check_output(source, expect, '--show-empty')
|
||||
|
||||
|
||||
class ASTOptimiziationTests(unittest.TestCase):
|
||||
class ASTOptimizationTests(unittest.TestCase):
|
||||
def wrap_expr(self, expr):
|
||||
return ast.Module(body=[ast.Expr(value=expr)])
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue