Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1cd6dc9

Browse files
authored
Fix typo in test comment (#11864)
1 parent f96446c commit 1cd6dc9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test-data/unit/semanal-errors.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1440,5 +1440,5 @@ TP2: int = ParamSpec('TP2') # E: Cannot declare the type of a parameter specifi
14401440
[case testBaseClassAnnotatedWithoutArgs]
14411441
# https://github.com/python/mypy/issues/11808
14421442
from typing_extensions import Annotated
1443-
# Nest line should not crash:
1443+
# Next line should not crash:
14441444
class A(Annotated): pass # E: Annotated[...] must have exactly one type argument and at least one annotation

0 commit comments

Comments
 (0)