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

ericvsmith webhook-mailer at python.org
Thu Sep 9 12:02:17 EDT 2021


https://github.com/python/cpython/commit/73668541357caa813e7daa8792fab6fdf755a07f
commit: 73668541357caa813e7daa8792fab6fdf755a07f
branch: main
author: D.Lintin <diantolintin3 at gmail.com>
committer: ericvsmith <ericvsmith at users.noreply.github.com>
date: 2021-09-09T12:02:01-04:00
summary:

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

files:
M Doc/whatsnew/3.10.rst

diff --git a/Doc/whatsnew/3.10.rst b/Doc/whatsnew/3.10.rst
index 8b0d38b598706..ad005dc2ed674 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.



More information about the Python-checkins mailing list