From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Tue, 25 Oct 2022 23:44:18 +0000 (-0700) Subject: Fix typos in deprecation section of 3.11 What's New (GH-98628) X-Git-Tag: v3.11.1~205 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=298364f79446a01943801b6995f3456779bf4a7e;p=thirdparty%2FPython%2Fcpython.git Fix typos in deprecation section of 3.11 What's New (GH-98628) (cherry picked from commit faea6a131a9d06208e9043b499a90e11bdfbb479) Co-authored-by: Jacob Walls --- diff --git a/Doc/whatsnew/3.11.rst b/Doc/whatsnew/3.11.rst index f819c92cb3fb..59e2d2adb8ae 100644 --- a/Doc/whatsnew/3.11.rst +++ b/Doc/whatsnew/3.11.rst @@ -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