We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c0fd30 commit 643ffe7Copy full SHA for 643ffe7
Doc/library/typing.rst
@@ -2137,8 +2137,7 @@ without the dedicated syntax, as documented below.
2137
Type variable tuples created with ``covariant=True`` or
2138
``contravariant=True`` can be used to declare covariant or contravariant
2139
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.
+ :class:`TypeVar`, but its actual semantics are yet to be decided.
2142
2143
.. versionadded:: 3.11
2144
0 commit comments