]> granicus.if.org Git - python/commitdiff
Fix a typo in a docstring introduced in r77956.
authorBrett Cannon <bcannon@gmail.com>
Wed, 3 Feb 2010 22:13:44 +0000 (22:13 +0000)
committerBrett Cannon <bcannon@gmail.com>
Wed, 3 Feb 2010 22:13:44 +0000 (22:13 +0000)
Lib/test/test_support.py

index f96bad85a73cbee7ab2f18d0cc4d473f6f47d23d..a9c598cb10af2989822192826ce46afd4700fad2 100644 (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):