From: Arnon Yaari Date: Thu, 24 Jun 2021 13:01:42 +0000 (+0300) Subject: Fix typo in whatsnew 3.10.rst (GH-26854) X-Git-Tag: v3.11.0a1~789 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=599c07006a636b0a6904008534118a9ba3daf726;p=thirdparty%2FPython%2Fcpython.git Fix typo in whatsnew 3.10.rst (GH-26854) Thanks for the fix @wiggin15 . --- diff --git a/Doc/whatsnew/3.10.rst b/Doc/whatsnew/3.10.rst index c548ae9347cd..63d1bd02c68b 100644 --- a/Doc/whatsnew/3.10.rst +++ b/Doc/whatsnew/3.10.rst @@ -1474,7 +1474,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`).