Skip to content

Commit f57b9fd

Browse files
authored
no-issue: Fix typo in import.c (gh-107498)
1 parent 2c5d206 commit f57b9fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Python/import.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -601,7 +601,7 @@ _PyImport_ClearModulesByIndex(PyInterpreterState *interp)
601601
when an extension is loaded. This includes when it is imported
602602
for the first time.
603603
604-
Here's a summary, using importlib._boostrap._load() as a starting point.
604+
Here's a summary, using importlib._bootstrap._load() as a starting point.
605605
606606
1. importlib._bootstrap._load()
607607
2. _load(): acquire import lock

0 commit comments

Comments
 (0)