]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-118030: Group definitions for `ParamSpecArgs` and `ParamSpecKwargs` in `typing...
authorNice Zombies <nineteendo19d0@gmail.com>
Mon, 22 Apr 2024 14:57:46 +0000 (16:57 +0200)
committerGitHub <noreply@github.com>
Mon, 22 Apr 2024 14:57:46 +0000 (14:57 +0000)
Doc/library/typing.rst

index 2e71be7eaf8d03d564b7710032138e70dd7576be..d816e6368f40d29ab850a9fbbabb7106f07075ea 100644 (file)
@@ -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``,