Skip to content

Commit 3a12137

Browse files
GabrielAnguitamiss-islington
authored andcommitted
pythongh-99662: fix typo in typing.TypeVarTuple docs (pythonGH-99672)
(cherry picked from commit 1bf983c) Co-authored-by: GabrielAnguita <60579349+GabrielAnguita@users.noreply.github.com>
1 parent a3480ec commit 3a12137

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/library/typing.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1339,7 +1339,7 @@ These are not used in annotations. They are building blocks for creating generic
13391339
``Unpack[Ts]``.)
13401340

13411341
Type variable tuples must *always* be unpacked. This helps distinguish type
1342-
variable types from normal type variables::
1342+
variable tuples from normal type variables::
13431343

13441344
x: Ts # Not valid
13451345
x: tuple[Ts] # Not valid

0 commit comments

Comments
 (0)