]> granicus.if.org Git - python/commitdiff
Added missing "\" to "var{P}.\var{M}" in load_module() description.
authorFred Drake <fdrake@acm.org>
Mon, 29 Dec 1997 17:16:24 +0000 (17:16 +0000)
committerFred Drake <fdrake@acm.org>
Mon, 29 Dec 1997 17:16:24 +0000 (17:16 +0000)
Doc/lib/libimp.tex
Doc/libimp.tex

index 019abbdf03b2272789bd7ac25a8d435841a6810a..515fe470a918631ee36d229fed8ad92896d09818 100644 (file)
@@ -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
index 019abbdf03b2272789bd7ac25a8d435841a6810a..515fe470a918631ee36d229fed8ad92896d09818 100644 (file)
@@ -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