https://hg.python.org/cpython/rev/5586d4a4402e changeset: 95661:5586d4a4402e parent: 95659:4286afa7b63e parent: 95660:08400c64af93 user: Zachary Ware <zachary.ware at gmail.com> date: Tue Apr 14 15:46:22 2015 -0500 summary: Closes #23956: Merge with 3.4 files: Lib/imp.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Lib/imp.py b/Lib/imp.py --- a/Lib/imp.py +++ b/Lib/imp.py @@ -131,7 +131,7 @@ 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): -- Repository URL: https://hg.python.org/cpython