Skip to content

Commit 298364f

Browse files
Fix typos in deprecation section of 3.11 What's New (GH-98628)
(cherry picked from commit faea6a1) Co-authored-by: Jacob Walls <[email protected]>
1 parent 08c3c91 commit 298364f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Doc/whatsnew/3.11.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1723,7 +1723,7 @@ Modules
17231723

17241724
* The :mod:`asynchat`, :mod:`asyncore` and :mod:`smtpd` modules have been
17251725
deprecated since at least Python 3.6. Their documentation and deprecation
1726-
warnings have now been updated to note they will removed in Python 3.12.
1726+
warnings have now been updated to note they will be removed in Python 3.12.
17271727
(Contributed by Hugo van Kemenade in :issue:`47022`.)
17281728

17291729
* The :mod:`lib2to3` package and :ref:`2to3 <2to3-reference>` tool
@@ -1742,8 +1742,8 @@ Standard Library
17421742
----------------
17431743

17441744
* The following have been deprecated in :mod:`configparser` since Python 3.2.
1745-
Their deprecation warnings have now been updated to note they will removed in
1746-
Python 3.12:
1745+
Their deprecation warnings have now been updated to note they will be removed
1746+
in Python 3.12:
17471747

17481748
* the :class:`!configparser.SafeConfigParser` class
17491749
* the :attr:`!configparser.ParsingError.filename` property

0 commit comments

Comments
 (0)