8000 Fix typos in deprecation section of 3.11 What's New (#98628) · python/cpython@faea6a1 · GitHub
[go: up one dir, main page]

Skip to content

Commit faea6a1

Browse files
Fix typos in deprecation section of 3.11 What's New (#98628)
1 parent 5d8bf2b commit faea6a1

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
@@ -1722,7 +1722,7 @@ Modules
17221722

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

17281728
* The :mod:`lib2to3` package and :ref:`2to3 <2to3-reference>` tool
@@ -1741,8 +1741,8 @@ Standard Library
17411741
----------------
17421742

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

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

0 commit comments

Comments
 (0)
0