We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c5d206 commit f57b9fdCopy full SHA for f57b9fd
Python/import.c
@@ -601,7 +601,7 @@ _PyImport_ClearModulesByIndex(PyInterpreterState *interp)
601
when an extension is loaded. This includes when it is imported
602
for the first time.
603
604
- Here's a summary, using importlib._boostrap._load() as a starting point.
+ Here's a summary, using importlib._bootstrap._load() as a starting point.
605
606
1. importlib._bootstrap._load()
607
2. _load(): acquire import lock
0 commit comments