diff --git a/docs/howitworks.rst b/docs/howitworks.rst index 05c097e5..a856e243 100644 --- a/docs/howitworks.rst +++ b/docs/howitworks.rst @@ -647,7 +647,7 @@ The Module Importer :py:class:`mitogen.core.Importer` is still a work in progress, as there are a variety of approaches to implementing it, and the present implementation -is not pefectly efficient in every case. +is not perfectly efficient in every case. It operates by intercepting :keyword:`import` statements via :py:data:`sys.meta_path`, asking Python if it can satisfy the import by itself,