Fix typos in deprecation section of 3.11 What's New (GH-98628)

(cherry picked from commit faea6a131a)

Co-authored-by: Jacob Walls <jacobtylerwalls@gmail.com>
This commit is contained in:
Miss Islington (bot) 2022-10-25 16:44:18 -07:00 committed by GitHub
parent 08c3c91055
commit 298364f794
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1723,7 +1723,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
@ -1742,8 +1742,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