From fc349216d717418df43164b24fd07323f336b360 Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Wed, 26 Sep 2012 13:11:48 +0200 Subject: Closes #16052: fix typo. Patch by Lars Buitinck. --- Doc/whatsnew/3.3.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v0.12