From de5dc06ffeae89903b31713bc8d7dbb2881aa32b Mon Sep 17 00:00:00 2001 From: saurabh3737 Date: Thu, 9 Sep 2021 19:03:32 +0530 Subject: [PATCH] Update 3.10.rst Issue45147 - Fix for description in 3.10rst file --- 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 8b0d38b598706d..ad005dc2ed6740 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.