Skip to content

Commit

Permalink
Fix typo in Python 3.12 What's New (python#105278)
Browse files Browse the repository at this point in the history
  • Loading branch information
hauntsaninja committed Jun 4, 2023
1 parent ce558e6 commit 9a90c9a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Doc/whatsnew/3.12.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1362,8 +1362,8 @@ Removed
* Support for ``find_loader()`` and ``find_module()`` APIs have been
removed. (Contributed by Barry Warsaw in :gh:`98040`.)

* ``importlib.abc.Finder``, ``pkg.ImpImporter``, and ``pkg.ImpLoader`` have
been removed. (Contributed by Barry Warsaw in :gh:`98040`.)
* ``importlib.abc.Finder``, ``pkgutil.ImpImporter``, and ``pkgutil.ImpLoader``
have been removed. (Contributed by Barry Warsaw in :gh:`98040`.)

* The :mod:`!imp` module has been removed. (Contributed by Barry Warsaw in
:gh:`98040`.)
Expand Down

0 comments on commit 9a90c9a

Please sign in to comment.