Skip to content

Commit

Permalink
Update Lib/test/test_type_params.py
Browse files Browse the repository at this point in the history
Co-authored-by: Carl Meyer <[email protected]>
  • Loading branch information
JelleZijlstra and carljm authored Sep 11, 2023
1 parent d7be560 commit ea69d36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Lib/test/test_type_params.py
Original file line number Diff line number Diff line change
Expand Up @@ -479,7 +479,7 @@ def meth[U](x: (T for _ in (1,)), y: T):
"Cannot use comprehension in annotation scope within class scope"):
run_code(code)

def test_lambda_in_generic_alias(self):
def test_nested_scope_in_generic_alias(self):
code = """
class C[T]:
T = "class"
Expand Down

0 comments on commit ea69d36

Please sign in to comment.