Commit 50db6acc authored by Zachary Ware's avatar Zachary Ware

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

Patch by Jacinda Shelly.
parent 5be7f151
......@@ -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):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment