diff options
| author | Fred Drake <fdrake@acm.org> | 1997-12-29 17:16:24 +0000 |
|---|---|---|
| committer | Fred Drake <fdrake@acm.org> | 1997-12-29 17:16:24 +0000 |
| commit | cc97454987679a9a451306c9f3d62e29f1aa849e (patch) | |
| tree | 09329cd66320ed18e2dd179e51363a4017e17b1f /Doc/lib/libimp.tex | |
| parent | f3e6df1e2d7e12aaa00c7087b47855edffdd6667 (diff) | |
| download | cpython-git-cc97454987679a9a451306c9f3d62e29f1aa849e.tar.gz | |
Added missing "\" to "var{P}.\var{M}" in load_module() description.
Diffstat (limited to 'Doc/lib/libimp.tex')
| -rw-r--r-- | Doc/lib/libimp.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libimp.tex b/Doc/lib/libimp.tex index 019abbdf03..515fe470a9 100644 --- a/Doc/lib/libimp.tex +++ b/Doc/lib/libimp.tex @@ -55,7 +55,7 @@ search is unsuccessful, \code{ImportError} is raised. Other exceptions indicate problems with the arguments or environment. This function does not handle hierarchical module names (names -containing dots). In order to find var{P}.\var{M}, i.e., submodule +containing dots). In order to find \var{P}.\var{M}, i.e., submodule \var{M} of package \var{P}, use \code{find_module()} and \code{load_module()} to find and load package \var{P}, and then use \code{find_module()} with the \var{path} argument set to |
