]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix minor typo in 3.10.rst (GH-28253)
authorD.Lintin <diantolintin3@gmail.com>
Thu, 9 Sep 2021 16:02:01 +0000 (00:02 +0800)
committerGitHub <noreply@github.com>
Thu, 9 Sep 2021 16:02:01 +0000 (12:02 -0400)
Doc/whatsnew/3.10.rst

index 8b0d38b598706d4a5dccf5e525e7d4c54c02bfda..ad005dc2ed674037f1cc77517d6617a044103fa8 100644 (file)
@@ -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.