Skip to content

Commit dd54de7

Browse files
pythongh-99662: fixed typo in typing.TypeVarTuple docs
1 parent a3480ec commit dd54de7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)