mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
s/use/call/
This commit is contained in:
parent
22396da5ee
commit
e15048ea37
1 changed files with 1 additions and 1 deletions
|
@ -1483,7 +1483,7 @@ available. They are listed here in alphabetical order.
|
|||
names.
|
||||
|
||||
If you simply want to import a module (potentially within a package) by name,
|
||||
you can use :func:`__import__` and then look it up in :data:`sys.modules`::
|
||||
you can call :func:`__import__` and then look it up in :data:`sys.modules`::
|
||||
|
||||
>>> import sys
|
||||
>>> name = 'foo.bar.baz'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue