Skip to content

Commit 69cdc8c

Browse files
committed
formulation
1 parent 8d07a0b commit 69cdc8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/ty_python_semantic/resources/mdtest/implicit_type_aliases.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -553,7 +553,7 @@ def _(
553553
reveal_type(optional_unknown) # revealed: T@MyOptional | None
554554
```
555555

556-
For a type variable with a default, we use that:
556+
For a type variable with a default, we use the default type:
557557

558558
```py
559559
T_default = TypeVar("T_default", default=int)

0 commit comments

Comments
 (0)