]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.12] gh-118030: Group definitions for `ParamSpecArgs` and `ParamSpecKwargs` in...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 22 Apr 2024 15:04:11 +0000 (17:04 +0200)
committerGitHub <noreply@github.com>
Mon, 22 Apr 2024 15:04:11 +0000 (15:04 +0000)
Co-authored-by: Nice Zombies <nineteendo19d0@gmail.com>
Doc/library/typing.rst

index 0edd5f7a1b3fb469fbea65f1b2d4324b59296899..8523a1daf8479e2609069c59bffa6edaf6ceb4e9 100644 (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``,