[Python-checkins] cpython (merge 3.3 -> default): Merge typo fix with 3.3.

ezio.melotti python-checkins at python.org
Sun Oct 21 06:24:51 CEST 2012


http://hg.python.org/cpython/rev/3c7e3f7590a4
changeset:   79863:3c7e3f7590a4
parent:      79861:223477b653e2
parent:      79862:ebf6d1bcd961
user:        Ezio Melotti <ezio.melotti at gmail.com>
date:        Sun Oct 21 07:24:40 2012 +0300
summary:
  Merge typo fix with 3.3.

files:
  Doc/library/importlib.rst |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Doc/library/importlib.rst b/Doc/library/importlib.rst
--- a/Doc/library/importlib.rst
+++ b/Doc/library/importlib.rst
@@ -162,7 +162,7 @@
 
       An abstract method for finding a :term:`loader` for the specified
       module.  If this is a top-level import, *path* will be ``None``.
-      Otheriwse, this is a search for a subpackage or module and *path*
+      Otherwise, this is a search for a subpackage or module and *path*
       will be the value of :attr:`__path__` from the parent
       package. If a loader cannot be found, ``None`` is returned.
 

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


More information about the Python-checkins mailing list