mirror of
https://github.com/python/cpython.git
synced 2025-09-26 10:19:53 +00:00
Added missing "\" to "var{P}.\var{M}" in load_module() description.
This commit is contained in:
parent
f3e6df1e2d
commit
cc97454987
2 changed files with 2 additions and 2 deletions
|
@ -55,7 +55,7 @@ search is unsuccessful, \code{ImportError} is raised. Other
|
||||||
exceptions indicate problems with the arguments or environment.
|
exceptions indicate problems with the arguments or environment.
|
||||||
|
|
||||||
This function does not handle hierarchical module names (names
|
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
|
\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{load_module()} to find and load package \var{P}, and then use
|
||||||
\code{find_module()} with the \var{path} argument set to
|
\code{find_module()} with the \var{path} argument set to
|
||||||
|
|
|
@ -55,7 +55,7 @@ search is unsuccessful, \code{ImportError} is raised. Other
|
||||||
exceptions indicate problems with the arguments or environment.
|
exceptions indicate problems with the arguments or environment.
|
||||||
|
|
||||||
This function does not handle hierarchical module names (names
|
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
|
\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{load_module()} to find and load package \var{P}, and then use
|
||||||
\code{find_module()} with the \var{path} argument set to
|
\code{find_module()} with the \var{path} argument set to
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue