mirror of https://github.com/python/cpython
fix comment typo in importlib (#118567)
This commit is contained in:
parent
b034f14a4b
commit
d5e6c7cb66
|
@ -1134,7 +1134,7 @@ class FrozenImporter:
|
|||
# part of the importer), instead of here (the finder part).
|
||||
# The loader is the usual place to get the data that will
|
||||
# be loaded into the module. (For example, see _LoaderBasics
|
||||
# in _bootstra_external.py.) Most importantly, this importer
|
||||
# in _bootstrap_external.py.) Most importantly, this importer
|
||||
# is simpler if we wait to get the data.
|
||||
# However, getting as much data in the finder as possible
|
||||
# to later load the module is okay, and sometimes important.
|
||||
|
|
Loading…
Reference in New Issue