mirror of
https://github.com/python/cpython.git
synced 2026-01-06 07:22:09 +00:00
typo
This commit is contained in:
parent
aec039a892
commit
434caaab75
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue