commit | 8fcad7beb1b98af740c341efd2b7313f30a517f7 | [log] [tgz] |
---|---|---|
author | Fred Drake <fdrake@acm.org> | Mon Mar 09 14:48:00 1998 +0000 |
committer | Fred Drake <fdrake@acm.org> | Mon Mar 09 14:48:00 1998 +0000 |
tree | 20e958f03ff3750a8e61cda007d194639a163d93 | |
parent | 2eda4ca4df798d7f348fc7018c2105eaba696a9a [diff] [blame] |
Don't generate a \label{} here.
diff --git a/Doc/tools/modindex.py b/Doc/tools/modindex.py index 0209a1a..263f0bf 100755 --- a/Doc/tools/modindex.py +++ b/Doc/tools/modindex.py
@@ -37,7 +37,7 @@ 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] == '\\':