From 46cea34d54aa662462636382a4627a6eef2e05dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pablo=20Mart=C3=AD=20Gamboa?= Date: Mon, 23 Oct 2023 17:43:08 +0200 Subject: Fix typo in 3.13's whatsnew (#111215) --- Doc/whatsnew/3.13.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/whatsnew/3.13.rst b/Doc/whatsnew/3.13.rst index 8e218a6..4790971 100644 --- a/Doc/whatsnew/3.13.rst +++ b/Doc/whatsnew/3.13.rst @@ -116,7 +116,7 @@ Other Language Changes the file is not accessible. (Contributed by Moonsik Park in :gh:`82367`.) -* Fixed a bug where a :keyword:`global` decleration in an :keyword:`except` block +* Fixed a bug where a :keyword:`global` declaration in an :keyword:`except` block is rejected when the global is used in the :keyword:`else` block. (Contributed by Irit Katriel in :gh:`111123`.) -- cgit v0.12