[3.12] gh-118030: Group definitions for ParamSpecArgs and ParamSpecKwargs in typing.rst (GH-118154) (#118155)

Co-authored-by: Nice Zombies <nineteendo19d0@gmail.com>
This commit is contained in:
Miss Islington (bot) 2024-04-22 17:04:11 +02:00 committed by GitHub
parent 312d8192f3
commit c869f4ed5c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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