Skip to content

Commit 05147dc

Browse files
gh-99662: fix typo in typing.TypeVarTuple docs (GH-99672)
(cherry picked from commit 1bf983c) Co-authored-by: GabrielAnguita <[email protected]>
1 parent a3480ec commit 05147dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/typing.rst

+1-1
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)