gh-118030: Group definitions for `ParamSpecArgs` and `ParamSpecKwargs` in `typing.rst` (#118154)

This commit is contained in:
Nice Zombies 2024-04-22 16:57:46 +02:00 committed by GitHub
parent 287d939ed4
commit 78ba4cb758
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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``,