Commit a51f5a48 authored by Fred Drake's avatar Fred Drake

Fixed index references to modules.

parent 4af18148
......@@ -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
customizations. If this import fails with an \code{ImportError}
exception, it is silently ignored.
\stmodindex{sitecustomize}
\refmodindex{sitecustomize}
Note that for some non-Unix systems, \code{sys.prefix} and
\code{sys.exec_prefix} are empty, and the path manipulations are
......
......@@ -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
customizations. If this import fails with an \code{ImportError}
exception, it is silently ignored.
\stmodindex{sitecustomize}
\refmodindex{sitecustomize}
Note that for some non-Unix systems, \code{sys.prefix} and
\code{sys.exec_prefix} are empty, and the path manipulations are
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment