mirror of https://github.com/python/cpython
gh-118030: Group definitions for `ParamSpecArgs` and `ParamSpecKwargs` in `typing.rst` (#118154)
This commit is contained in:
parent
287d939ed4
commit
78ba4cb758
|
@ -1972,7 +1972,7 @@ without the dedicated syntax, as documented below.
|
|||
* :ref:`annotating-callables`
|
||||
|
||||
.. data:: ParamSpecArgs
|
||||
.. data:: ParamSpecKwargs
|
||||
ParamSpecKwargs
|
||||
|
||||
Arguments and keyword arguments attributes of a :class:`ParamSpec`. The
|
||||
``P.args`` attribute of a ``ParamSpec`` is an instance of ``ParamSpecArgs``,
|
||||
|
|
Loading…
Reference in New Issue