From 6ea2cef5c5fd68c3b767c2c38c45277e79f92c82 Mon Sep 17 00:00:00 2001 From: Percy Grunwald Date: Sun, 6 Oct 2019 12:52:46 -0700 Subject: [PATCH] docs: fixes minor typo (pefectly -> perfectly) --- docs/howitworks.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,