mirror of
https://github.com/python/cpython.git
synced 2025-07-07 19:35:27 +00:00
Fix typo in pending-removal-in-3.14.rst (GH-133680)
This commit is contained in:
parent
5dd3a3a58c
commit
9546eeea90
1 changed files with 1 additions and 1 deletions
|
@ -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`.)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue