[3.10] Fix typo in whatsnew 3.10.rst (GH-26854) (GH-28782)

Thanks for the fix @wiggin15 .
(cherry picked from commit 599c07006a)


Co-authored-by: Arnon Yaari <wiggin15@yahoo.com>

Automerge-Triggered-By: GH:JulienPalard
This commit is contained in:
Miss Islington (bot) 2021-10-07 02:26:12 -07:00 committed by GitHub
parent 5afc5bb45d
commit ee92205bb2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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