We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9bd4714 commit 6fd8e50Copy full SHA for 6fd8e50
mypyc/test-data/run-generators.test
@@ -903,7 +903,7 @@ def test_same_names() -> None:
903
assert list(gen_throw()) == [84]
904
905
with assertRaises(UnboundLocalError, "local variable 'send' referenced before assignment"):
906
- # this test verifies that the attribute name matches the variable name
+ # this test verifies that the attribute name matches the variable name
907
# in the input code, since internally it's generated with a prefix.
908
list(undefined())
909
0 commit comments