mirror of
https://github.com/python/cpython.git
synced 2025-07-29 06:05:00 +00:00
Fix a typo in a docstring introduced in r77956.
This commit is contained in:
parent
18e4db5ebe
commit
dc84f8fbb4
1 changed files with 1 additions and 1 deletions
|
@ -493,7 +493,7 @@ class CleanImport(object):
|
||||||
Use like this:
|
Use like this:
|
||||||
|
|
||||||
with CleanImport("foo"):
|
with CleanImport("foo"):
|
||||||
importlib.import_modulefoo") # new reference
|
importlib.import_module("foo") # new reference
|
||||||
"""
|
"""
|
||||||
|
|
||||||
def __init__(self, *module_names):
|
def __init__(self, *module_names):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue