PEP 646: Fix minor typo (#1769)
This commit is contained in:
parent
13b8bb4c5d
commit
9d778c6b28
|
@ -159,7 +159,7 @@ A type variable tuple behaves in a similar way to a parameterized ``Tuple``.
|
|||
For example, in a generic object instantiated with type parameters
|
||||
``int`` and ``str``, ``Ts`` is equivalent to ``Tuple[int, str]``.
|
||||
|
||||
Type variable tuples can be used anywhere a normal ``TupleVar`` can.
|
||||
Type variable tuples can be used anywhere a normal ``TypeVar`` can.
|
||||
For example, in class definitions, function signatures, and variable annotations:
|
||||
|
||||
::
|
||||
|
|
Loading…
Reference in New Issue