Browse Source

Update README.md

pull/3/head
Brett Langdon 7 years ago
committed by GitHub
parent
commit
822414d821
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      README.md

+ 1
- 1
README.md View File

@ -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`.


Loading…
Cancel
Save