summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorPablo Martí Gamboa <pablo@cointracker.com>2023-10-23 15:43:08 (GMT)
committerGitHub <noreply@github.com>2023-10-23 15:43:08 (GMT)
commit46cea34d54aa662462636382a4627a6eef2e05dc (patch)
tree69d3456c050f385e9f82cc861c2ed728bd2fcd29 /Doc
parent3726cb0f146cb229a5e9db8d41c713b023dcd474 (diff)
downloadcpython-46cea34d54aa662462636382a4627a6eef2e05dc.zip
cpython-46cea34d54aa662462636382a4627a6eef2e05dc.tar.gz
cpython-46cea34d54aa662462636382a4627a6eef2e05dc.tar.bz2
Fix typo in 3.13's whatsnew (#111215)
Diffstat (limited to 'Doc')
-rw-r--r--Doc/whatsnew/3.13.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/whatsnew/3.13.rst b/Doc/whatsnew/3.13.rst
index 8e218a6..4790971 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`.)