From e7ba6e9dbe5433b4a0bcb0658da6a68197c28630 Mon Sep 17 00:00:00 2001 From: cui fliter Date: Wed, 6 Mar 2024 00:05:52 +0800 Subject: chore: fix typos (#116345) Signed-off-by: cui fliter --- Lib/importlib/util.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Lib/importlib/util.py') diff --git a/Lib/importlib/util.py b/Lib/importlib/util.py index ff4f12fb1af..da9bd080a8d 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): -- cgit v1.2.3