From 35dd007f980efebc591d2aaab4e8d08a4a133f05 Mon Sep 17 00:00:00 2001 From: Adorilson Bezerra Date: Wed, 10 Sep 2025 17:49:29 +0100 Subject: [PATCH] Doc: Minor fix replacing "-" by ":" in whatsnew/3.14 --- 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 5462c5dc425e2e..699d3acc54df89 100644 --- a/Doc/whatsnew/3.14.rst +++ b/Doc/whatsnew/3.14.rst @@ -455,7 +455,7 @@ to attach to the remote process and send the PDB commands to it. .. _whatsnew314-pep758: -PEP 758 – Allow except and except* expressions without parentheses +PEP 758: Allow except and except* expressions without parentheses ------------------------------------------------------------------ The :keyword:`except` and :keyword:`except* ` expressions now allow