[3.12] Fix typo in Python 3.12 What's New (GH-105278) (#105282)

Fix typo in Python 3.12 What's New (GH-105278)
(cherry picked from commit 9a90c9ace2)

Co-authored-by: Shantanu <12621235+hauntsaninja@users.noreply.github.com>
This commit is contained in:
Miss Islington (bot) 2023-06-04 08:50:27 -07:00 committed by GitHub
parent c7a9d96a25
commit 6b61fe9097
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1337,8 +1337,8 @@ Removed
* Support for ``find_loader()`` and ``find_module()`` APIs have been * Support for ``find_loader()`` and ``find_module()`` APIs have been
removed. (Contributed by Barry Warsaw in :gh:`98040`.) removed. (Contributed by Barry Warsaw in :gh:`98040`.)
* ``importlib.abc.Finder``, ``pkg.ImpImporter``, and ``pkg.ImpLoader`` have * ``importlib.abc.Finder``, ``pkgutil.ImpImporter``, and ``pkgutil.ImpLoader``
been removed. (Contributed by Barry Warsaw in :gh:`98040`.) have been removed. (Contributed by Barry Warsaw in :gh:`98040`.)
* The :mod:`!imp` module has been removed. (Contributed by Barry Warsaw in * The :mod:`!imp` module has been removed. (Contributed by Barry Warsaw in
:gh:`98040`.) :gh:`98040`.)