[Python-checkins] Fix minor typo in 3.10.rst (GH-28253) (GH-28259)

ericvsmith webhook-mailer at python.org
Thu Sep 9 13:10:12 EDT 2021


https://github.com/python/cpython/commit/20f6d485ec64aa0f228b902e4c519a423276d90f
commit: 20f6d485ec64aa0f228b902e4c519a423276d90f
branch: 3.10
author: Miss Islington (bot) <31488909+miss-islington at users.noreply.github.com>
committer: ericvsmith <ericvsmith at users.noreply.github.com>
date: 2021-09-09T13:10:04-04:00
summary:

Fix minor typo in 3.10.rst (GH-28253) (GH-28259)

(cherry picked from commit 73668541357caa813e7daa8792fab6fdf755a07f)

Co-authored-by: D.Lintin <diantolintin3 at gmail.com>

Co-authored-by: D.Lintin <diantolintin3 at gmail.com>

files:
M Doc/whatsnew/3.10.rst

diff --git a/Doc/whatsnew/3.10.rst b/Doc/whatsnew/3.10.rst
index dbf89239d652e..5a5f4a360fb9a 100644
--- a/Doc/whatsnew/3.10.rst
+++ b/Doc/whatsnew/3.10.rst
@@ -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.



More information about the Python-checkins mailing list