mirror of
https://github.com/python/cpython.git
synced 2025-09-27 18:59:43 +00:00
Closes #16052: fix typo. Patch by Lars Buitinck.
This commit is contained in:
parent
52c62d8697
commit
fc349216d7
1 changed files with 1 additions and 1 deletions
|
@ -1832,7 +1832,7 @@ Deprecated Python modules, functions and methods
|
|||
* :class:`abc.abstractstaticmethod` has been deprecated, use
|
||||
:class:`staticmethod` with :func:`abc.abstractmethod` instead.
|
||||
|
||||
* :mod:`imoprtlib` package:
|
||||
* :mod:`importlib` package:
|
||||
|
||||
* :meth:`importlib.abc.SourceLoader.path_mtime` is now deprecated in favour of
|
||||
:meth:`importlib.abc.SourceLoader.path_stats` as bytecode files now store
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue