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 a52ed7e commit 8f3fc01Copy full SHA for 8f3fc01
Doc/library/typing.rst
@@ -1780,7 +1780,7 @@ without the dedicated syntax, as documented below.
1780
1781
.. _typevartuple:
1782
1783
-.. class:: TypeVarTuple(name, default=typing.NoDefault)
+.. class:: TypeVarTuple(name, *, default=typing.NoDefault)
1784
1785
Type variable tuple. A specialized form of :ref:`type variable <typevar>`
1786
that enables *variadic* generics.
0 commit comments