]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix typo in Python 3.12 What's New (#105278)
authorShantanu <12621235+hauntsaninja@users.noreply.github.com>
Sun, 4 Jun 2023 15:42:00 +0000 (08:42 -0700)
committerGitHub <noreply@github.com>
Sun, 4 Jun 2023 15:42:00 +0000 (16:42 +0100)
Doc/whatsnew/3.12.rst

index 49503acbd88474caef29d353ab55774061a8f689..daae9495005277fac6db7e175b7038cf4de27698 100644 (file)
@@ -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`.)