From: Zachary Ware Date: Tue, 14 Apr 2015 20:43:00 +0000 (-0500) Subject: Issue #23956: Fix typo in imp.py docstring. X-Git-Tag: v3.5.0a4~47^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=50db6acc9b13188ea557070f63ca428eaf7cfc86;p=python Issue #23956: Fix typo in imp.py docstring. Patch by Jacinda Shelly. --- 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):