Skip to content

Commit

Permalink
pythongh-99662: fix typo in typing.TypeVarTuple docs (pythonGH-99672)
Browse files Browse the repository at this point in the history
(cherry picked from commit 1bf983c)

Co-authored-by: GabrielAnguita <60579349+GabrielAnguita@users.noreply.github.com>
  • Loading branch information
GabrielAnguita authored and miss-islington committed Nov 22, 2022
1 parent a3480ec commit 3a12137
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Doc/library/typing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3a12137

Please sign in to comment.