Fix a typo in a docstring introduced in r77956.

This commit is contained in:
Brett Cannon 2010-02-03 22:13:44 +00:00
parent 18e4db5ebe
commit dc84f8fbb4
1 changed files with 1 additions and 1 deletions

View File

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