diff options
author | Tarek Ziadé <ziade.tarek@gmail.com> | 2009-05-14 12:48:09 (GMT) |
---|---|---|
committer | Tarek Ziadé <ziade.tarek@gmail.com> | 2009-05-14 12:48:09 (GMT) |
commit | 434caaab7548134e19f51f892908fbce415976ee (patch) | |
tree | b5685ee5a375cd8f9729f5ba3fa251753e7b23fd /Doc/library/importlib.rst | |
parent | aec039a8928022030bb9d328a55efb8ae6c19fb9 (diff) | |
download | cpython-434caaab7548134e19f51f892908fbce415976ee.zip cpython-434caaab7548134e19f51f892908fbce415976ee.tar.gz cpython-434caaab7548134e19f51f892908fbce415976ee.tar.bz2 |
typo
Diffstat (limited to 'Doc/library/importlib.rst')
-rw-r--r-- | Doc/library/importlib.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/importlib.rst b/Doc/library/importlib.rst index 8c10377..7ae696d 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. |