From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Mon, 22 Apr 2024 15:04:11 +0000 (+0200) Subject: [3.12] gh-118030: Group definitions for `ParamSpecArgs` and `ParamSpecKwargs` in... X-Git-Tag: v3.12.4~185 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c869f4ed5c404381ac72caf3142145c2fd7b2be4;p=thirdparty%2FPython%2Fcpython.git [3.12] gh-118030: Group definitions for `ParamSpecArgs` and `ParamSpecKwargs` in `typing.rst` (GH-118154) (#118155) Co-authored-by: Nice Zombies --- diff --git a/Doc/library/typing.rst b/Doc/library/typing.rst index 0edd5f7a1b3f..8523a1daf847 100644 --- a/Doc/library/typing.rst +++ b/Doc/library/typing.rst @@ -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``,