diff --git a/Doc/library/typing.rst b/Doc/library/typing.rst index 0edd5f7a1b3fb4..8523a1daf8479e 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``,