Skip to content

Commit 9c2c419

Browse files
author
hauntsaninja
committed
semanal-types: [minor] fix typo
1 parent a38745e commit 9c2c419

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test-data/unit/semanal-types.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1482,7 +1482,7 @@ def f(x: (int, int)) -> None: pass
14821482
main:1: error: Syntax error in type annotation
14831483
main:1: note: Suggestion: Use Tuple[T1, ..., Tn] instead of (T1, ..., Tn)
14841484

1485-
[case tesQualifiedTypeNameBasedOnAny]
1485+
[case testQualifiedTypeNameBasedOnAny]
14861486
from typing import Any
14871487
x = 0 # type: Any
14881488
z = 0 # type: x.y

0 commit comments

Comments
 (0)