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.
ParamSpecArgs
ParamSpecKwargs
1 parent ccbfd9b commit 66146e7Copy full SHA for 66146e7
doc/index.rst
@@ -312,10 +312,9 @@ Special typing primitives
312
with :py:class:`typing.ParamSpec` on Python 3.13+.
313
314
.. class:: ParamSpecArgs
315
+ ParamSpecKwargs
316
-.. class:: ParamSpecKwargs
317
-
318
- See :py:class:`typing.ParamSpecArgs` and :py:class:`typing.ParamSpecKwargs`.
+ See :py:data:`typing.ParamSpecArgs` and :py:data:`typing.ParamSpecKwargs`.
319
In ``typing`` since 3.10.
320
321
.. class:: Protocol
0 commit comments