]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.14] Fix typo in pending-removal-in-3.14.rst (GH-133680) (GH-133697)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 8 May 2025 19:03:10 +0000 (21:03 +0200)
committerGitHub <noreply@github.com>
Thu, 8 May 2025 19:03:10 +0000 (19:03 +0000)
(cherry picked from commit 9546eeea90c8deb8570a0ef621f075c3c766bc12)

Co-authored-by: Rafael Fontenelle <rffontenelle@users.noreply.github.com>
Doc/deprecations/pending-removal-in-3.14.rst

index 6159fa4884828563ce7c7dd5408207d952fba5f4..9aac10840a663ff0771e8202e0828a20e5d00cf1 100644 (file)
@@ -78,7 +78,7 @@ Pending removal in Python 3.14
   :meth:`~pathlib.PurePath.relative_to`: passing additional arguments is
   deprecated.
 
-* :mod:`pkgutil`: :func:`!pkgutil.find_loader` and :func:!pkgutil.get_loader`
+* :mod:`pkgutil`: :func:`!pkgutil.find_loader` and :func:`!pkgutil.get_loader`
   now raise :exc:`DeprecationWarning`;
   use :func:`importlib.util.find_spec` instead.
   (Contributed by Nikita Sobolev in :gh:`97850`.)