]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix typo in pending-removal-in-3.14.rst (GH-133680)
authorRafael Fontenelle <rffontenelle@users.noreply.github.com>
Thu, 8 May 2025 18:57:23 +0000 (15:57 -0300)
committerGitHub <noreply@github.com>
Thu, 8 May 2025 18:57:23 +0000 (18:57 +0000)
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`.)