Skip to content

Commit

Permalink
pythongh-118030: Group definitions for ParamSpecArgs and `ParamSpec…
Browse files Browse the repository at this point in the history
…Kwargs` in `typing.rst` (pythonGH-118154)

(cherry picked from commit 78ba4cb)

Co-authored-by: Nice Zombies <nineteendo19d0@gmail.com>
  • Loading branch information
nineteendo authored and miss-islington committed Apr 22, 2024
1 parent 312d819 commit de0ddf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Doc/library/typing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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``,
Expand Down

0 comments on commit de0ddf4

Please sign in to comment.