summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>1998-03-09 14:48:00 (GMT)
committerFred Drake <fdrake@acm.org>1998-03-09 14:48:00 (GMT)
commit8fcad7beb1b98af740c341efd2b7313f30a517f7 (patch)
tree20e958f03ff3750a8e61cda007d194639a163d93 /Doc
parent2eda4ca4df798d7f348fc7018c2105eaba696a9a (diff)
downloadcpython-8fcad7beb1b98af740c341efd2b7313f30a517f7.zip
cpython-8fcad7beb1b98af740c341efd2b7313f30a517f7.tar.gz
cpython-8fcad7beb1b98af740c341efd2b7313f30a517f7.tar.bz2
Don't generate a \label{} here.
Diffstat (limited to 'Doc')
-rwxr-xr-xDoc/tools/modindex.py2
1 files changed, 1 insertions, 1 deletions
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 @@ 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] == '\\':