8000 gh-118030: Group definitions for `ParamSpecArgs` and `ParamSpecKwargs… · python/cpython@78ba4cb · GitHub
[go: up one dir, main page]

Skip to content

Commit 78ba4cb

Browse files
authored
gh-118030: Group definitions for ParamSpecArgs and ParamSpecKwargs in typing.rst (#118154)
1 parent 287d939 commit 78ba4cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/typing.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1972,7 +1972,7 @@ without the dedicated syntax, as documented below.
19721972
* :ref:`annotating-callables`
19731973

19741974
.. data:: ParamSpecArgs
1975-
.. data:: ParamSpecKwargs
1975+
ParamSpecKwargs
19761976

19771977
Arguments and keyword arguments attributes of a :class:`ParamSpec`. The
19781978
``P.args`` attribute of a ``ParamSpec`` is an instance of ``ParamSpecArgs``,

0 commit comments

Comments
 (0)
0