Skip to content

Commit cadbab2

Browse files
committed
Closes #23956: Merge with 3.4
2 parents f3cae79 + 50db6ac commit cadbab2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/imp.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ def find_module(self, fullname):
131131

132132
class _HackedGetData:
133133

134-
"""Compatibiilty support for 'file' arguments of various load_*()
134+
"""Compatibility support for 'file' arguments of various load_*()
135135
functions."""
136136

137137
def __init__(self, fullname, path, file=None):

0 commit comments

Comments
 (0)