From: D.Lintin Date: Thu, 9 Sep 2021 16:02:01 +0000 (+0800) Subject: Fix minor typo in 3.10.rst (GH-28253) X-Git-Tag: v3.11.0a1~214 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=73668541357caa813e7daa8792fab6fdf755a07f;p=thirdparty%2FPython%2Fcpython.git Fix minor typo in 3.10.rst (GH-28253) --- diff --git a/Doc/whatsnew/3.10.rst b/Doc/whatsnew/3.10.rst index 8b0d38b59870..ad005dc2ed67 100644 --- a/Doc/whatsnew/3.10.rst +++ b/Doc/whatsnew/3.10.rst @@ -1847,7 +1847,7 @@ Changes in the Python syntax * Deprecation warning is now emitted when compiling previously valid syntax if the numeric literal is immediately followed by a keyword (like in ``0in x``). - If future releases it will be changed to syntax warning, and finally to a + In future releases it will be changed to syntax warning, and finally to a syntax error. To get rid of the warning and make the code compatible with future releases just add a space between the numeric literal and the following keyword.