https://github.com/python/cpython/commit/78ba4cb758ba1e40d27af6bc2fa15ed3e33a29d2
commit: 78ba4cb758ba1e40d27af6bc2fa15ed3e33a29d2
branch: main
author: Nice Zombies <[email protected]>
committer: AlexWaygood <[email protected]>
date: 2024-04-22T14:57:46Z
summary:

gh-118030: Group definitions for `ParamSpecArgs` and `ParamSpecKwargs` in 
`typing.rst` (#118154)

files:
M Doc/library/typing.rst

diff --git a/Doc/library/typing.rst b/Doc/library/typing.rst
index 2e71be7eaf8d03..d816e6368f40d2 100644
--- a/Doc/library/typing.rst
+++ b/Doc/library/typing.rst
@@ -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``,

_______________________________________________
Python-checkins mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3/lists/python-checkins.python.org/
Member address: [email protected]

Reply via email to