From: Tarek Ziadé Date: Thu, 14 May 2009 12:48:09 +0000 (+0000) Subject: typo X-Git-Tag: v3.1rc1~161 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=434caaab7548134e19f51f892908fbce415976ee;p=thirdparty%2FPython%2Fcpython.git typo --- diff --git a/Doc/library/importlib.rst b/Doc/library/importlib.rst index 8c103774b68a..7ae696d86b11 100644 --- a/Doc/library/importlib.rst +++ b/Doc/library/importlib.rst @@ -16,7 +16,7 @@ Introduction The purpose of the :mod:`importlib` package is two-fold. One is to provide an implementation of the :keyword:`import` statement (and thus, by extension, the :func:`__import__` function) in Python source code. This provides an -implementaiton of :keyword:`import` which is portable to any Python +implementation of :keyword:`import` which is portable to any Python interpreter. This also provides a reference implementation which is easier to comprehend than one in a programming language other than Python.