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`.)