diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2021-10-07 09:26:12 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-07 09:26:12 (GMT) |
commit | ee92205bb2b0c3693c5ed32d281d2d3bb40f6e4d (patch) | |
tree | fde7bdb55f50b39e84f65e038f040724ba8dd6f1 | |
parent | 5afc5bb45d614ea4a512e257b6b60e4f98185043 (diff) | |
download | cpython-ee92205bb2b0c3693c5ed32d281d2d3bb40f6e4d.zip cpython-ee92205bb2b0c3693c5ed32d281d2d3bb40f6e4d.tar.gz cpython-ee92205bb2b0c3693c5ed32d281d2d3bb40f6e4d.tar.bz2 |
[3.10] Fix typo in whatsnew 3.10.rst (GH-26854) (GH-28782)
Thanks for the fix @wiggin15 .
(cherry picked from commit 599c07006a636b0a6904008534118a9ba3daf726)
Co-authored-by: Arnon Yaari <wiggin15@yahoo.com>
Automerge-Triggered-By: GH:JulienPalard
-rw-r--r-- | Doc/whatsnew/3.10.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/whatsnew/3.10.rst b/Doc/whatsnew/3.10.rst index 803ba87..7e8ae42 100644 --- a/Doc/whatsnew/3.10.rst +++ b/Doc/whatsnew/3.10.rst @@ -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`). |