mirror of
https://github.com/python/cpython.git
synced 2026-01-27 05:05:50 +00:00
gh-99662: fix typo in typing.TypeVarTuple docs (#99672)
This commit is contained in:
parent
2781ec9b0e
commit
1bf983ce7e
@ -1339,7 +1339,7 @@ These are not used in annotations. They are building blocks for creating generic
|
||||
``Unpack[Ts]``.)
|
||||
|
||||
Type variable tuples must *always* be unpacked. This helps distinguish type
|
||||
variable types from normal type variables::
|
||||
variable tuples from normal type variables::
|
||||
|
||||
x: Ts # Not valid
|
||||
x: tuple[Ts] # Not valid
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user