From: Pablo Martí Gamboa Date: Mon, 23 Oct 2023 15:43:08 +0000 (+0200) Subject: Fix typo in 3.13's whatsnew (#111215) X-Git-Tag: v3.13.0a2~357 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=46cea34d54aa662462636382a4627a6eef2e05dc;p=thirdparty%2FPython%2Fcpython.git Fix typo in 3.13's whatsnew (#111215) --- diff --git a/Doc/whatsnew/3.13.rst b/Doc/whatsnew/3.13.rst index 8e218a67f038..4790971c3765 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`.)