Skip to content

Commit 0985bab

Browse files
Apply suggestions from code review
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
1 parent 60b33f1 commit 0985bab

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Doc/library/typing.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2970,7 +2970,7 @@ types.
29702970
.. versionchanged:: 3.13
29712971
Support for the :data:`ReadOnly` qualifier was added. See :pep:`705`.
29722972

2973-
.. versionchanged:: 3.15
2973+
.. versionchanged:: next
29742974
Support for the *closed* and *extra_items* class arguments was added. See :pep:`728`.
29752975

29762976

Doc/whatsnew/3.15.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ Summary -- Release highlights
7979
<whatsnew315-unpacking-in-comprehensions>`
8080
* :pep:`686`: :ref:`Python now uses UTF-8 as the default encoding
8181
<whatsnew315-utf8-default>`
82-
* :pep:`728`: :ref:`TypedDict with typed extra items <whatsnew315-pep728>`
82+
* :pep:`728`: :ref:`TypedDict with typed extra items <whatsnew315-typeddict>`
8383
* :pep:`747`: :ref:`Annotating type forms with TypeForm
8484
<whatsnew315-typeform>`
8585
* :pep:`800`: Disjoint bases in the type system
@@ -1433,7 +1433,7 @@ typing
14331433
14341434
(Contributed by Jelle Zijlstra in :gh:`145033`.)
14351435

1436-
.. _whatsnew315-pep728:
1436+
.. _whatsnew315-typeddict:
14371437

14381438
* :pep:`728`: Add support in :class:`~typing.TypedDict` for the *closed*
14391439
and *extra_items* class arguments. A closed :class:`~typing.TypedDict`

0 commit comments

Comments
 (0)