From 50db6acc9b13188ea557070f63ca428eaf7cfc86 Mon Sep 17 00:00:00 2001 From: Zachary Ware Date: Tue, 14 Apr 2015 15:43:00 -0500 Subject: [PATCH] Issue #23956: Fix typo in imp.py docstring. Patch by Jacinda Shelly. --- Lib/imp.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lib/imp.py b/Lib/imp.py index c8449c61554..c922e921b55 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):