Skip to content

Commit d5e6c7c

Browse files
authored
fix comment typo in importlib (#118567)
1 parent b034f14 commit d5e6c7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/importlib/_bootstrap.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1134,7 +1134,7 @@ def find_spec(cls, fullname, path=None, target=None):
11341134
# part of the importer), instead of here (the finder part).
11351135
# The loader is the usual place to get the data that will
11361136
# be loaded into the module. (For example, see _LoaderBasics
1137-
# in _bootstra_external.py.) Most importantly, this importer
1137+
# in _bootstrap_external.py.) Most importantly, this importer
11381138
# is simpler if we wait to get the data.
11391139
# However, getting as much data in the finder as possible
11401140
# to later load the module is okay, and sometimes important.

0 commit comments

Comments
 (0)