]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix typo in whatsnew 3.10.rst (GH-26854)
authorArnon Yaari <wiggin15@yahoo.com>
Thu, 24 Jun 2021 13:01:42 +0000 (16:01 +0300)
committerGitHub <noreply@github.com>
Thu, 24 Jun 2021 13:01:42 +0000 (10:01 -0300)
Thanks for the fix @wiggin15 .

Doc/whatsnew/3.10.rst

index c548ae9347cd793fc452849ace83217cbfae0617..63d1bd02c68b9d2d69f440dbf74989625a9f9ff6 100644 (file)
@@ -1474,7 +1474,7 @@ Deprecated
   this release, a deprecation warning is raised if the numeric literal is
   immediately followed by one of keywords :keyword:`and`, :keyword:`else`,
   :keyword:`for`, :keyword:`if`, :keyword:`in`, :keyword:`is` and :keyword:`or`.
-  If future releases it will be changed to syntax warning, and finally to
+  In future releases it will be changed to syntax warning, and finally to
   syntax error.
   (Contributed by Serhiy Storchaka in :issue:`43833`).