summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorJacob Walls <jacobtylerwalls@gmail.com>2022-10-25 23:35:53 (GMT)
committerGitHub <noreply@github.com>2022-10-25 23:35:53 (GMT)
commitfaea6a131a9d06208e9043b499a90e11bdfbb479 (patch)
treedfcd801ff2a8d030ecb17bb8dd3687cd7a6a3e0f /Doc
parent5d8bf2b106e694423bafaa3e1ea1edf20037573c (diff)
downloadcpython-faea6a131a9d06208e9043b499a90e11bdfbb479.zip
cpython-faea6a131a9d06208e9043b499a90e11bdfbb479.tar.gz
cpython-faea6a131a9d06208e9043b499a90e11bdfbb479.tar.bz2
Fix typos in deprecation section of 3.11 What's New (#98628)
Diffstat (limited to 'Doc')
-rw-r--r--Doc/whatsnew/3.11.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/Doc/whatsnew/3.11.rst b/Doc/whatsnew/3.11.rst
index cc8437f..ab56f0d 100644
--- a/Doc/whatsnew/3.11.rst
+++ b/Doc/whatsnew/3.11.rst
@@ -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