diff --git a/Lib/imp.py b/Lib/imp.py index 35c4a6910f7..f1810f5e746 100644 --- a/Lib/imp.py +++ b/Lib/imp.py @@ -131,7 +131,7 @@ class NullImporter: class _HackedGetData: - """Compatibiilty support for 'file' arguments of various load_*() + """Compatibility support for 'file' arguments of various load_*() functions.""" def __init__(self, fullname, path, file=None):