From 11ef77491cc3c1c644d52fe12c54cf49957ae2f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pablo=20Mart=C3=AD=20Gamboa?= Date: Mon, 23 Oct 2023 17:12:12 +0200 Subject: [PATCH] Fix typo in 3.13's whatsnew s/decleration/declaration --- 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 8e218a67f03874..4790971c376556 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`.)