From: Fred Drake Date: Mon, 9 Mar 1998 14:48:00 +0000 (+0000) Subject: Don't generate a \label{} here. X-Git-Tag: v1.5.1~438 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8fcad7beb1b98af740c341efd2b7313f30a517f7;p=python Don't generate a \label{} here. --- diff --git a/Doc/tools/modindex.py b/Doc/tools/modindex.py index 0209a1a3f6..263f0bf8d5 100755 --- a/Doc/tools/modindex.py +++ b/Doc/tools/modindex.py @@ -37,7 +37,7 @@ def main(): base, ext = os.path.splitext(infile) outfile = base + ".ind" ofp = open(outfile, "w") - ofp.write("\\begin{theindex}\n\label{modindex}\n\n") + ofp.write("\\begin{theindex}\n\n") lines = ifp.readlines() for i in range(len(lines)): if lines[i][0] == '\\':