[Python-checkins] r77957 - python/trunk/Lib/test/test_support.py

brett.cannon python-checkins at python.org
Wed Feb 3 23:13:45 CET 2010


Author: brett.cannon
Date: Wed Feb 3 23:13:44 2010
New Revision: 77957
Log:
Fix a typo in a docstring introduced in r77956.
Modified:
 python/trunk/Lib/test/test_support.py
Modified: python/trunk/Lib/test/test_support.py
==============================================================================
--- python/trunk/Lib/test/test_support.py	(original)
+++ python/trunk/Lib/test/test_support.py	Wed Feb 3 23:13:44 2010
@@ -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):


More information about the Python-checkins mailing list

AltStyle によって変換されたページ (->オリジナル) /