From e98d39824a8cadfdbbd73e1c3758d30dde4632c1 Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Mon, 31 Jul 2023 13:16:08 +0200 Subject: [PATCH] import.c: fix typo --- Python/import.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Python/import.c b/Python/import.c index e381d1fd7d433e..3be2f76c9eca75 100644 --- a/Python/import.c +++ b/Python/import.c @@ -601,7 +601,7 @@ _PyImport_ClearModulesByIndex(PyInterpreterState *interp) when an extension is loaded. This includes when it is imported for the first time. - Here's a summary, using importlib._boostrap._load() as a starting point. + Here's a summary, using importlib._bootstrap._load() as a starting point. 1. importlib._bootstrap._load() 2. _load(): acquire import lock