Skip to content

Commit 643ffe7

Browse files
committed
fixup! gh-148207: add additional keywords to typing.TypeVarTuple
1 parent 5c0fd30 commit 643ffe7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Doc/library/typing.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2137,8 +2137,7 @@ without the dedicated syntax, as documented below.
21372137
Type variable tuples created with ``covariant=True`` or
21382138
``contravariant=True`` can be used to declare covariant or contravariant
21392139
generic types. The ``bound`` argument is also accepted, similar to
2140-
:class:`TypeVar`. However the actual semantics of these keywords are yet to
2141-
be decided.
2140+
:class:`TypeVar`, but its actual semantics are yet to be decided.
21422141

21432142
.. versionadded:: 3.11
21442143

0 commit comments

Comments
 (0)