diff options
author | cui fliter <imcusg@gmail.com> | 2024-03-05 16:05:52 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-05 16:05:52 (GMT) |
commit | e7ba6e9dbe5433b4a0bcb0658da6a68197c28630 (patch) | |
tree | a969e02a86240adb40023084777365594bc82c61 /Lib/importlib | |
parent | 4402b3cbcf8323bfa908ef86a687a5a7d46d27f3 (diff) | |
download | cpython-e7ba6e9dbe5433b4a0bcb0658da6a68197c28630.zip cpython-e7ba6e9dbe5433b4a0bcb0658da6a68197c28630.tar.gz cpython-e7ba6e9dbe5433b4a0bcb0658da6a68197c28630.tar.bz2 |
chore: fix typos (#116345)
Signed-off-by: cui fliter <imcusg@gmail.com>
Diffstat (limited to 'Lib/importlib')
-rw-r--r-- | Lib/importlib/util.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/importlib/util.py b/Lib/importlib/util.py index ff4f12f..da9bd08 100644 --- a/Lib/importlib/util.py +++ b/Lib/importlib/util.py @@ -146,7 +146,7 @@ class _incompatible_extension_module_restrictions: You can get the same effect as this function by implementing the basic interface of multi-phase init (PEP 489) and lying about - support for mulitple interpreters (or per-interpreter GIL). + support for multiple interpreters (or per-interpreter GIL). """ def __init__(self, *, disable_check): |