commit | dc84f8fbb4e6ac4a565330281bf4d68c6332b6e2 | [log] [tgz] |
---|---|---|
author | Brett Cannon <bcannon@gmail.com> | Wed Feb 03 22:13:44 2010 +0000 |
committer | Brett Cannon <bcannon@gmail.com> | Wed Feb 03 22:13:44 2010 +0000 |
tree | 516785c365fef5d7778924d54090c6b13c4530e2 | |
parent | 18e4db5ebe8396d06478c0a3fdbf3076e4b747ed [diff] |
Fix a typo in a docstring introduced in r77956.
diff --git a/Lib/test/test_support.py b/Lib/test/test_support.py index f96bad8..a9c598c 100644 --- a/Lib/test/test_support.py +++ b/Lib/test/test_support.py
@@ -493,7 +493,7 @@ Use like this: with CleanImport("foo"): - importlib.import_modulefoo") # new reference + importlib.import_module("foo") # new reference """ def __init__(self, *module_names):