]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
no-issue: Fix typo in import.c (gh-107498)
authorGeorg Brandl <georg@python.org>
Mon, 31 Jul 2023 12:07:17 +0000 (14:07 +0200)
committerGitHub <noreply@github.com>
Mon, 31 Jul 2023 12:07:17 +0000 (12:07 +0000)
Python/import.c

index e381d1fd7d433e6fb8841167e0ed5dee199e0133..3be2f76c9eca7555271f7ef1907bd1639ceb8cf6 100644 (file)
@@ -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