Kaydet (Commit) 445ff35d authored tarafından Alexandre Vassalotti's avatar Alexandre Vassalotti

Fixed typo in a comment of test_support.CleanImport.

üst d8096036
...@@ -436,7 +436,7 @@ class CleanImport(object): ...@@ -436,7 +436,7 @@ class CleanImport(object):
for module_name in module_names: for module_name in module_names:
if module_name in sys.modules: if module_name in sys.modules:
module = sys.modules[module_name] module = sys.modules[module_name]
# It is possible that module_name is an just alias for # It is possible that module_name is just an alias for
# another module (e.g. stub for modules renamed in 3.x). # another module (e.g. stub for modules renamed in 3.x).
# In that case, we also need delete the real module to clear # In that case, we also need delete the real module to clear
# the import cache. # the import cache.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment