diff --git a/docs/changelog.rst b/docs/changelog.rst index abdecc4e..3d789adc 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -40,6 +40,7 @@ Thanks! Mitogen would not be possible without the support of users. A huge thanks for bug reports, testing, features and fixes in this release contributed by + `Can Ozokur `_ and `Olexandr Minzak `_. 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,