summaryrefslogtreecommitdiffstats
path: root/Python
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2023-07-31 12:07:17 (GMT)
committerGitHub <noreply@github.com>2023-07-31 12:07:17 (GMT)
commitf57b9fd2b6b403e59dcd7f86a0943d61d79e5768 (patch)
treee5e1013d315d677a224b4f6d453d52547156782f /Python
parent2c5d206b33e4cdcafaaaf1eeaa189c10de332dc5 (diff)
downloadcpython-f57b9fd2b6b403e59dcd7f86a0943d61d79e5768.zip
cpython-f57b9fd2b6b403e59dcd7f86a0943d61d79e5768.tar.gz
cpython-f57b9fd2b6b403e59dcd7f86a0943d61d79e5768.tar.bz2
no-issue: Fix typo in import.c (gh-107498)
Diffstat (limited to 'Python')
-rw-r--r--Python/import.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Python/import.c b/Python/import.c
index e381d1f..3be2f76 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