Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
33418c8f
Commit
33418c8f
authored
Jan 22, 2009
by
Brett Cannon
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix markup for arguments in importlib docs.
parent
44bf631a
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
Doc/library/importlib.rst
Doc/library/importlib.rst
+2
-2
No files found.
Doc/library/importlib.rst
View file @
33418c8f
...
...
@@ -68,10 +68,10 @@ Functions
.. function:: import_module(name, package=None)
Import a module. The
``name``
argument specifies what module to
Import a module. The
*name*
argument specifies what module to
import in absolute or relative terms
(e.g. either ``pkg.mod`` or ``..mod``). If the name is
specified in relative terms, then the
``package``
argument must be
specified in relative terms, then the
*package*
argument must be
specified to the package which is to act as the anchor for resolving the
package name (e.g. ``import_module('
..
mod
', '
pkg
.
subpkg
')`` will import
``pkg.mod``). The specified module will be inserted into
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment