Fixed index references to modules.

This commit is contained in:
Fred Drake 1997-12-15 22:09:42 +00:00
parent 4af1814858
commit a51f5a48e5
2 changed files with 2 additions and 2 deletions

View File

@ -78,7 +78,7 @@ After these path manipulations, an attempt is made to import a module
named \code{sitecustomize}, which can perform arbitrary site-specific named \code{sitecustomize}, which can perform arbitrary site-specific
customizations. If this import fails with an \code{ImportError} customizations. If this import fails with an \code{ImportError}
exception, it is silently ignored. exception, it is silently ignored.
\stmodindex{sitecustomize} \refmodindex{sitecustomize}
Note that for some non-Unix systems, \code{sys.prefix} and Note that for some non-Unix systems, \code{sys.prefix} and
\code{sys.exec_prefix} are empty, and the path manipulations are \code{sys.exec_prefix} are empty, and the path manipulations are

View File

@ -78,7 +78,7 @@ After these path manipulations, an attempt is made to import a module
named \code{sitecustomize}, which can perform arbitrary site-specific named \code{sitecustomize}, which can perform arbitrary site-specific
customizations. If this import fails with an \code{ImportError} customizations. If this import fails with an \code{ImportError}
exception, it is silently ignored. exception, it is silently ignored.
\stmodindex{sitecustomize} \refmodindex{sitecustomize}
Note that for some non-Unix systems, \code{sys.prefix} and Note that for some non-Unix systems, \code{sys.prefix} and
\code{sys.exec_prefix} are empty, and the path manipulations are \code{sys.exec_prefix} are empty, and the path manipulations are