]> granicus.if.org Git - python/commitdiff
Issue #23956: Fix typo in imp.py docstring.
authorZachary Ware <zachary.ware@gmail.com>
Tue, 14 Apr 2015 20:43:00 +0000 (15:43 -0500)
committerZachary Ware <zachary.ware@gmail.com>
Tue, 14 Apr 2015 20:43:00 +0000 (15:43 -0500)
Patch by Jacinda Shelly.

Lib/imp.py

index c8449c615549659975e24dcf193b37674191c682..c922e921b5583910d6679ce88fc34f247e170702 100644 (file)
@@ -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):