https://github.com/python/cpython/commit/d5e6c7cb667465125ff7fe2c643ccb2abb40fcd0
commit: d5e6c7cb667465125ff7fe2c643ccb2abb40fcd0
branch: main
author: wim glenn <[email protected]>
committer: AlexWaygood <[email protected]>
date: 2024-05-04T14:46:32+01:00
summary:

fix comment typo in importlib (#118567)

files:
M Lib/importlib/_bootstrap.py

diff --git a/Lib/importlib/_bootstrap.py b/Lib/importlib/_bootstrap.py
index 6d6292f9559253..de5651f0a7fc36 100644
--- a/Lib/importlib/_bootstrap.py
+++ b/Lib/importlib/_bootstrap.py
@@ -1134,7 +1134,7 @@ def find_spec(cls, fullname, path=None, target=None):
         # 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.

_______________________________________________
Python-checkins mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3/lists/python-checkins.python.org/
Member address: [email protected]

Reply via email to