[Python-checkins] no-issue: Fix typo in import.c (gh-107498)

corona10 webhook-mailer at python.org
Mon Jul 31 08:07:21 EDT 2023


https://github.com/python/cpython/commit/f57b9fd2b6b403e59dcd7f86a0943d61d79e5768
commit: f57b9fd2b6b403e59dcd7f86a0943d61d79e5768
branch: main
author: Georg Brandl <georg at python.org>
committer: corona10 <donghee.na92 at gmail.com>
date: 2023-07-31T12:07:17Z
summary:

no-issue: Fix typo in import.c (gh-107498)

files:
M Python/import.c

diff --git a/Python/import.c b/Python/import.c
index e381d1fd7d433..3be2f76c9eca7 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



More information about the Python-checkins mailing list