Skip to content

Commit 0725f90

Browse files
Update Lib/importlib/_bootstrap.py
Co-authored-by: Brett Cannon <brett@python.org>
1 parent 905549a commit 0725f90

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/importlib/_bootstrap.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1244,7 +1244,7 @@ def _find_spec(name, path, target=None):
12441244
raise ImportError("sys.meta_path is None, Python is likely "
12451245
"shutting down")
12461246

1247-
# gh-130094: copy sys.meta_path so that we have a consistent view of the
1247+
# gh-130094: Copy sys.meta_path so that we have a consistent view of the
12481248
# list while iterating over it.
12491249
meta_path = list(meta_path)
12501250
if not meta_path:

0 commit comments

Comments
 (0)