Commit dc84f8fb authored by Brett Cannon's avatar Brett Cannon

Fix a typo in a docstring introduced in r77956.

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