Thanks to visit codestin.com Credit goes to github.com
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 642b25b commit e406b39Copy full SHA for e406b39
1 file changed
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