Skip to content

Commit c2a0c50

Browse files
Use next version ref instead of 3.14
Co-authored-by: Peter Bierma <zintensitydev@gmail.com>
1 parent e3fc197 commit c2a0c50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/typing.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2389,7 +2389,7 @@ types.
23892389
disallowed in Python 3.15. To create a NamedTuple class with 0 fields,
23902390
use ``class NT(NamedTuple): pass`` or ``NT = NamedTuple("NT", [])``.
23912391

2392-
.. versionchanged:: 3.14
2392+
.. versionchanged:: next
23932393
Added support for calls to :func:`super` inside user-defined methods
23942394
of ``NamedTuple`` subclasses to reuse functionality from built-in classes
23952395
:class:`tuple` and :class:`object`.

0 commit comments

Comments
 (0)