]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.10] Fix typo in whatsnew 3.10.rst (GH-26854) (GH-28782)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 7 Oct 2021 09:26:12 +0000 (02:26 -0700)
committerGitHub <noreply@github.com>
Thu, 7 Oct 2021 09:26:12 +0000 (02:26 -0700)
Thanks for the fix @wiggin15 .
(cherry picked from commit 599c07006a636b0a6904008534118a9ba3daf726)

Co-authored-by: Arnon Yaari <wiggin15@yahoo.com>
Automerge-Triggered-By: GH:JulienPalard
Doc/whatsnew/3.10.rst

index 803ba87b047e7d8c52082a13977736a8fb677a2b..7e8ae420850017d694d0e35a7f9a0d7ac0f92680 100644 (file)
@@ -1584,7 +1584,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`).