From 822414d821b856e3ba52f6e63e83e672437ee550 Mon Sep 17 00:00:00 2001 From: Brett Langdon Date: Fri, 24 Aug 2018 20:12:34 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 330d8a1..31f7dbc 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,7 @@ def on_socket_import(socket): socket = importhook.reload_module(socket) ``` ## Design decisions -### Overwriting sys.meta_paths +### Overwriting sys.meta_path If a Python developer wants to modify the import behavior they can do so by adding a new `importlib.abc.Finder` class into `sys.meta_path`.