Kaydet (Commit) dc84f8fb authored tarafından Brett Cannon's avatar Brett Cannon

Fix a typo in a docstring introduced in r77956.

üst 18e4db5e
......@@ -493,7 +493,7 @@ class CleanImport(object):
Use like this:
with CleanImport("foo"):
importlib.import_modulefoo") # new reference
importlib.import_module("foo") # new reference
"""
def __init__(self, *module_names):
......
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