]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.12] Fix typo in Python 3.12 What's New (GH-105278) (#105282)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sun, 4 Jun 2023 15:50:27 +0000 (08:50 -0700)
committerGitHub <noreply@github.com>
Sun, 4 Jun 2023 15:50:27 +0000 (16:50 +0100)
Fix typo in Python 3.12 What's New (GH-105278)
(cherry picked from commit 9a90c9ace2ed878715107bf4ae39e5967d7c931f)

Co-authored-by: Shantanu <12621235+hauntsaninja@users.noreply.github.com>
Doc/whatsnew/3.12.rst

index 2966abe7eea544d15ebeabe309785fad154d82f7..3e8b866e6bfb5fcf03ea8592a5baa0ac85940ef0 100644 (file)
@@ -1337,8 +1337,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`.)