]> granicus.if.org Git - python/commitdiff
Don't generate a \label{} here.
authorFred Drake <fdrake@acm.org>
Mon, 9 Mar 1998 14:48:00 +0000 (14:48 +0000)
committerFred Drake <fdrake@acm.org>
Mon, 9 Mar 1998 14:48:00 +0000 (14:48 +0000)
Doc/tools/modindex.py

index 0209a1a3f621c979cbe0ad72312e736ab396ab57..263f0bf8d5bc8794d77b30b1af03538e9a56234b 100755 (executable)
@@ -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] == '\\':