Issue #23956: Fix typo in imp.py docstring.

Patch by Jacinda Shelly.
This commit is contained in:
Zachary Ware 2015-04-14 15:43:00 -05:00
parent 5be7f1513d
commit 50db6acc9b
1 changed files with 1 additions and 1 deletions

View 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):