8000 Fix typo in pending-removal-in-3.14.rst (GH-133680) · python/cpython@9546eee · GitHub
[go: up one dir, main page]

Skip to content

Commit 9546eee

Browse files
authored
Fix typo in pending-removal-in-3.14.rst (GH-133680)
1 parent 5dd3a3a commit 9546eee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/deprecations/pending-removal-in-3.14.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ Pending removal in Python 3.14
7878
:meth:`~pathlib.PurePath.relative_to`: passing additional arguments is
7979
deprecated.
8080

81-
* :mod:`pkgutil`: :func:`!pkgutil.find_loader` and :func:!pkgutil.get_loader`
81+
* :mod:`pkgutil`: :func:`!pkgutil.find_loader` and :func:`!pkgutil.get_loader`
8282
now raise :exc:`DeprecationWarning`;
8383
use :func:`importlib.util.find_spec` instead.
8484
(Contributed by Nikita Sobolev in :gh:`97850`.)

0 commit comments

Comments
 (0)
0