[Python-checkins] cpython: Closes #16052: fix typo. Patch by Lars Buitinck.

georg.brandl python-checkins at python.org
Wed Sep 26 13:12:42 CEST 2012


http://hg.python.org/cpython/rev/6f456d9add40
changeset:   79193:6f456d9add40
parent:      79191:9b0582477aad
user:        Georg Brandl <georg at python.org>
date:        Wed Sep 26 13:11:48 2012 +0200
summary:
  Closes #16052: fix typo. Patch by Lars Buitinck.

files:
  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
--- a/Doc/whatsnew/3.3.rst
+++ b/Doc/whatsnew/3.3.rst
@@ -1832,7 +1832,7 @@
   * :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

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list