Fix typo in 3.13's whatsnew (#111215)

This commit is contained in:
Pablo Martí Gamboa 2023-10-23 17:43:08 +02:00 committed by GitHub
parent 3726cb0f14
commit 46cea34d54
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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