[Python-checkins] cpython (3.3): Fix typo.

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


http://hg.python.org/cpython/rev/ebf6d1bcd961
changeset:   79862:ebf6d1bcd961
branch:      3.3
parent:      79860:deacfff86da5
user:        Ezio Melotti <ezio.melotti at gmail.com>
date:        Sun Oct 21 07:24:13 2012 +0300
summary:
  Fix typo.

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