diff --git a/Lib/test/test_support.py b/Lib/test/test_support.py index f96bad85a73..a9c598cb10a 100644 --- a/Lib/test/test_support.py +++ b/Lib/test/test_support.py @@ -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):