mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
gh-118030: Group definitions for ParamSpecArgs
and ParamSpecKwargs
in typing.rst
(#118154)
This commit is contained in:
parent
287d939ed4
commit
78ba4cb758
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue