mirror of
https://github.com/python/cpython.git
synced 2026-01-04 06:22:20 +00:00
[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:
parent
312d8192f3
commit
c869f4ed5c
1 changed files with 1 additions and 1 deletions
|
|
@ -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``,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue