Skip to content

Commit ee92205

Browse files
[3.10] Fix typo in whatsnew 3.10.rst (GH-26854) (GH-28782)
Thanks for the fix @wiggin15 . (cherry picked from commit 599c070) Co-authored-by: Arnon Yaari <[email protected]> Automerge-Triggered-By: GH:JulienPalard
1 parent 5afc5bb commit ee92205

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
@@ -1584,7 +1584,7 @@ Deprecated
15841584
this release, a deprecation warning is raised if the numeric literal is
15851585
immediately followed by one of keywords :keyword:`and`, :keyword:`else`,
15861586
:keyword:`for`, :keyword:`if`, :keyword:`in`, :keyword:`is` and :keyword:`or`.
1587-
If future releases it will be changed to syntax warning, and finally to
1587+
In future releases it will be changed to syntax warning, and finally to
15881588
syntax error.
15891589
(Contributed by Serhiy Storchaka in :issue:`43833`).
15901590

0 commit comments

Comments
 (0)