Skip to content

Commit 2966642

Browse files
committed
Spelling
1 parent 003e6c1 commit 2966642

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/importlib/_bootstrap_external.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -905,7 +905,7 @@ def __init__(self, fullname, path):
905905
if isinstance(path, str):
906906
self.path = sys.intern(path)
907907
else:
908-
sys.path = path
908+
self.path = path
909909

910910
def __eq__(self, other):
911911
return (self.__class__ == other.__class__ and

0 commit comments

Comments
 (0)