From a51f5a48e599a7c35c0667f5d48b0f93ddb48e35 Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Mon, 15 Dec 1997 22:09:42 +0000 Subject: [PATCH] Fixed index references to modules. --- Doc/lib/libsite.tex | 2 +- Doc/libsite.tex | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Doc/lib/libsite.tex b/Doc/lib/libsite.tex index 43fad3c1814..ea91900842c 100644 --- a/Doc/lib/libsite.tex +++ b/Doc/lib/libsite.tex @@ -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 diff --git a/Doc/libsite.tex b/Doc/libsite.tex index 43fad3c1814..ea91900842c 100644 --- a/Doc/libsite.tex +++ b/Doc/libsite.tex @@ -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