summaryrefslogtreecommitdiffstats
path: root/Doc/.latex2html-init
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>1996-12-06 14:50:58 (GMT)
committerFred Drake <fdrake@acm.org>1996-12-06 14:50:58 (GMT)
commitdce22add1bede76f93ff54a7f3d0458ffc75d9c5 (patch)
tree880f76aa536623c23a77aba81877ac6c0bdfee3a /Doc/.latex2html-init
parenta376cc5cc86c62f912886c4002ed1a9b3b213b88 (diff)
downloadcpython-dce22add1bede76f93ff54a7f3d0458ffc75d9c5.zip
cpython-dce22add1bede76f93ff54a7f3d0458ffc75d9c5.tar.gz
cpython-dce22add1bede76f93ff54a7f3d0458ffc75d9c5.tar.bz2
(.latex2html-init): Restore one setting to the default (no real need to
change it), and correct a typo in a comment.
Diffstat (limited to 'Doc/.latex2html-init')
-rw-r--r--Doc/.latex2html-init4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/.latex2html-init b/Doc/.latex2html-init
index fce8ce9..481b956 100644
--- a/Doc/.latex2html-init
+++ b/Doc/.latex2html-init
@@ -1,7 +1,7 @@
#LaTeX2HTML Version 96.1 : dot.latex2html-init
#
-$INFO = 0; # 0 = do not make a "About this document..." section
+$INFO = 1; # 0 = do not make a "About this document..." section
$MAX_LINK_DEPTH = 3;
# Python documentation uses section numbers to support references to match
@@ -26,7 +26,7 @@ sub img_tag {
$icon);
}
-# This replacement for process_command() is need to add the case for
+# This replacement for process_command() is needed to add the case for
# "\,"; it is unfortunate we need to do it this way.
#
sub process_command {