Skip to content

Commit 66146e7

Browse files
Fix cross-references for ParamSpecArgs/ParamSpecKwargs (python#670)
1 parent ccbfd9b commit 66146e7

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

doc/index.rst

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -312,10 +312,9 @@ Special typing primitives
312312
with :py:class:`typing.ParamSpec` on Python 3.13+.
313313

314314
.. class:: ParamSpecArgs
315+
ParamSpecKwargs
315316

316-
.. class:: ParamSpecKwargs
317-
318-
See :py:class:`typing.ParamSpecArgs` and :py:class:`typing.ParamSpecKwargs`.
317+
See :py:data:`typing.ParamSpecArgs` and :py:data:`typing.ParamSpecKwargs`.
319318
In ``typing`` since 3.10.
320319

321320
.. class:: Protocol

0 commit comments

Comments
 (0)