Skip to content

Commit 6b61fe9

Browse files
[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 9a90c9a) Co-authored-by: Shantanu <[email protected]>
1 parent c7a9d96 commit 6b61fe9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Doc/whatsnew/3.12.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -1337,8 +1337,8 @@ Removed
13371337
* Support for ``find_loader()`` and ``find_module()`` APIs have been
13381338
removed. (Contributed by Barry Warsaw in :gh:`98040`.)
13391339

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

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

0 commit comments

Comments
 (0)