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 8d07a0b commit 69cdc8cCopy full SHA for 69cdc8c
crates/ty_python_semantic/resources/mdtest/implicit_type_aliases.md
@@ -553,7 +553,7 @@ def _(
553
reveal_type(optional_unknown) # revealed: T@MyOptional | None
554
```
555
556
-For a type variable with a default, we use that:
+For a type variable with a default, we use the default type:
557
558
```py
559
T_default = TypeVar("T_default", default=int)
0 commit comments