Skip to content

Commit 5a6464a

Browse files
fix spelling error
1 parent 64a6f03 commit 5a6464a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test-data/unit/check-python310.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1601,7 +1601,7 @@ match m6:
16011601
reveal_type(a6) # N: Revealed type is "Union[builtins.int, builtins.float, builtins.str]"
16021602
reveal_type(b6) # N: Revealed type is "Union[builtins.int, builtins.float, builtins.str]"
16031603

1604-
# but do still seperate types from non unpacked types
1604+
# but do still separate types from non unpacked types
16051605
m7: tuple[int, Unpack[tuple[float, ...]]] | tuple[str, str]
16061606
match m7:
16071607
case (a7, b7, *rest7):

0 commit comments

Comments
 (0)