From d7131fdcd2bb799a696c024d61be32442bc91789 Mon Sep 17 00:00:00 2001 From: Marek Madejski Date: Tue, 6 May 2025 12:34:17 +0200 Subject: [PATCH] Fixed link to PEP 784 in 3.14 What's New page --- Doc/whatsnew/3.14.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/whatsnew/3.14.rst b/Doc/whatsnew/3.14.rst index 9fe14c592bd22d..3b23a5fe7ae546 100644 --- a/Doc/whatsnew/3.14.rst +++ b/Doc/whatsnew/3.14.rst @@ -276,7 +276,7 @@ As can be seen, the API is similar to the APIs of the :mod:`!lzma` and Victor Stinner, and Rogdham in :gh:`132983`) .. seealso:: - :pep:`768`. + :pep:`784`. .. _whatsnew314-remote-pdb: