diff options
author | Georg Brandl <georg@python.org> | 2012-09-26 11:11:48 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2012-09-26 11:11:48 (GMT) |
commit | fc349216d717418df43164b24fd07323f336b360 (patch) | |
tree | 9d1b4756dedb39c81833d1235c03de3493eb2b30 /Doc/whatsnew | |
parent | 52c62d8697f96b774c3582a23cb7e7a05e9b8aa7 (diff) | |
download | cpython-fc349216d717418df43164b24fd07323f336b360.zip cpython-fc349216d717418df43164b24fd07323f336b360.tar.gz cpython-fc349216d717418df43164b24fd07323f336b360.tar.bz2 |
Closes #16052: fix typo. Patch by Lars Buitinck.
Diffstat (limited to 'Doc/whatsnew')
-rw-r--r-- | Doc/whatsnew/3.3.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/whatsnew/3.3.rst b/Doc/whatsnew/3.3.rst index d4b9f89..73d112a 100644 --- a/Doc/whatsnew/3.3.rst +++ b/Doc/whatsnew/3.3.rst @@ -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 |