https://github.com/python/cpython/commit/c869f4ed5c404381ac72caf3142145c2fd7b2be4
commit: c869f4ed5c404381ac72caf3142145c2fd7b2be4
branch: 3.12
author: Miss Islington (bot) <[email protected]>
committer: AlexWaygood <[email protected]>
date: 2024-04-22T15:04:11Z
summary:

[3.12] gh-118030: Group definitions for `ParamSpecArgs` and `ParamSpecKwargs` 
in `typing.rst` (GH-118154) (#118155)

Co-authored-by: Nice Zombies <[email protected]>

files:
M Doc/library/typing.rst

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``,

_______________________________________________
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