]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix typo in 3.13's whatsnew (#111215)
authorPablo Martí Gamboa <pablo@cointracker.com>
Mon, 23 Oct 2023 15:43:08 +0000 (17:43 +0200)
committerGitHub <noreply@github.com>
Mon, 23 Oct 2023 15:43:08 +0000 (18:43 +0300)
Doc/whatsnew/3.13.rst

index 8e218a67f0387426eeb36675ac452a14a0ba95ea..4790971c376556459873c4a5cd041b3c7a2830c9 100644 (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`.)