summaryrefslogtreecommitdiff
path: root/Lib/imp.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/imp.py')
-rw-r--r--Lib/imp.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/imp.py b/Lib/imp.py
index c8449c6155..c922e921b5 100644
--- a/Lib/imp.py
+++ b/Lib/imp.py
@@ -130,7 +130,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):