]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix minor typo in 3.10.rst (GH-28253) (GH-28259)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 9 Sep 2021 17:10:04 +0000 (10:10 -0700)
committerPablo Galindo <pablogsal@gmail.com>
Tue, 14 Sep 2021 18:58:05 +0000 (19:58 +0100)
(cherry picked from commit 73668541357caa813e7daa8792fab6fdf755a07f)

Co-authored-by: D.Lintin <diantolintin3@gmail.com>
Co-authored-by: D.Lintin <diantolintin3@gmail.com>
Doc/whatsnew/3.10.rst

index dbf89239d652efd7fcfb41aa8412202ce290af8b..5a5f4a360fb9a49b55e16d01153446d35c9f09c7 100644 (file)
@@ -1843,7 +1843,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.