Skip to content

Commit 599c070

Browse files
authored
Fix typo in whatsnew 3.10.rst (GH-26854)
Thanks for the fix @wiggin15 .
1 parent 29987f7 commit 599c070

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/whatsnew/3.10.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1474,7 +1474,7 @@ Deprecated
14741474
this release, a deprecation warning is raised if the numeric literal is
14751475
immediately followed by one of keywords :keyword:`and`, :keyword:`else`,
14761476
:keyword:`for`, :keyword:`if`, :keyword:`in`, :keyword:`is` and :keyword:`or`.
1477-
If future releases it will be changed to syntax warning, and finally to
1477+
In future releases it will be changed to syntax warning, and finally to
14781478
syntax error.
14791479
(Contributed by Serhiy Storchaka in :issue:`43833`).
14801480

0 commit comments

Comments
 (0)