]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix typos in deprecation section of 3.11 What's New (#98628)
authorJacob Walls <jacobtylerwalls@gmail.com>
Tue, 25 Oct 2022 23:35:53 +0000 (19:35 -0400)
committerGitHub <noreply@github.com>
Tue, 25 Oct 2022 23:35:53 +0000 (16:35 -0700)
Doc/whatsnew/3.11.rst

index cc8437f1709a76776c1139de09aa378e7dd0324c..ab56f0d354c76696ea28bd278ab2e6bff7bd8a9a 100644 (file)
@@ -1722,7 +1722,7 @@ Modules
 
 * The :mod:`asynchat`, :mod:`asyncore` and  :mod:`smtpd` modules have been
   deprecated since at least Python 3.6. Their documentation and deprecation
-  warnings have now been updated to note they will removed in Python 3.12.
+  warnings have now been updated to note they will be removed in Python 3.12.
   (Contributed by Hugo van Kemenade in :issue:`47022`.)
 
 * The :mod:`lib2to3` package and :ref:`2to3 <2to3-reference>` tool
@@ -1741,8 +1741,8 @@ Standard Library
 ----------------
 
 * The following have been deprecated in :mod:`configparser` since Python 3.2.
-  Their deprecation warnings have now been updated to note they will removed in
-  Python 3.12:
+  Their deprecation warnings have now been updated to note they will be removed
+  in Python 3.12:
 
   * the :class:`!configparser.SafeConfigParser` class
   * the :attr:`!configparser.ParsingError.filename` property