From 73668541357caa813e7daa8792fab6fdf755a07f Mon Sep 17 00:00:00 2001 From: "D.Lintin" Date: Fri, 10 Sep 2021 00:02:01 +0800 Subject: [PATCH] Fix minor typo in 3.10.rst (GH-28253) --- Doc/whatsnew/3.10.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.47.3