Skip to content

Commit 9a90c9a

Browse files
authored
Fix typo in Python 3.12 What's New (#105278)
1 parent ce558e6 commit 9a90c9a

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
@@ -1362,8 +1362,8 @@ Removed
13621362
* Support for ``find_loader()`` and ``find_module()`` APIs have been
13631363
removed. (Contributed by Barry Warsaw in :gh:`98040`.)
13641364

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

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

0 commit comments

Comments
 (0)