Skip to content

Commit 46cea34

Browse files
authored
Fix typo in 3.13's whatsnew (#111215)
1 parent 3726cb0 commit 46cea34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/whatsnew/3.13.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ Other Language Changes
116116
the file is not accessible.
117117
(Contributed by Moonsik Park in :gh:`82367`.)
118118

119-
* Fixed a bug where a :keyword:`global` decleration in an :keyword:`except` block
119+
* Fixed a bug where a :keyword:`global` declaration in an :keyword:`except` block
120120
is rejected when the global is used in the :keyword:`else` block.
121121
(Contributed by Irit Katriel in :gh:`111123`.)
122122

0 commit comments

Comments
 (0)