Commit d94d7a4c authored by Tarek Ziadé's avatar Tarek Ziadé

typo

parent 6586b457
...@@ -16,7 +16,7 @@ Introduction ...@@ -16,7 +16,7 @@ Introduction
The purpose of the :mod:`importlib` package is two-fold. One is to provide an 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 implementation of the :keyword:`import` statement (and thus, by extension, the
:func:`__import__` function) in Python source code. This provides an :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 interpreter. This also provides a reference implementation which is easier to
comprehend than one in a programming language other than Python. comprehend than one in a programming language other than Python.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment