From: Nice Zombies Date: Mon, 22 Apr 2024 14:57:46 +0000 (+0200) Subject: gh-118030: Group definitions for `ParamSpecArgs` and `ParamSpecKwargs` in `typing... X-Git-Tag: v3.13.0b1~313 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=78ba4cb758ba1e40d27af6bc2fa15ed3e33a29d2;p=thirdparty%2FPython%2Fcpython.git gh-118030: Group definitions for `ParamSpecArgs` and `ParamSpecKwargs` in `typing.rst` (#118154) --- diff --git a/Doc/library/typing.rst b/Doc/library/typing.rst index 2e71be7eaf8d..d816e6368f40 100644 --- a/Doc/library/typing.rst +++ b/Doc/library/typing.rst @@ -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``,