summaryrefslogtreecommitdiffstats
path: root/Doc/lib/libobjs.tex
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>1999-04-05 21:59:15 (GMT)
committerFred Drake <fdrake@acm.org>1999-04-05 21:59:15 (GMT)
commitea003fcc2abcee4c79b4e9ce98da0c5ef69fd47d (patch)
tree1f958821f6ddcf68e261f4882b0a2edec9ac6fd2 /Doc/lib/libobjs.tex
parent45b0aeda3ced8c05638ce6c6a56a9c370184b90e (diff)
downloadcpython-ea003fcc2abcee4c79b4e9ce98da0c5ef69fd47d.zip
cpython-ea003fcc2abcee4c79b4e9ce98da0c5ef69fd47d.tar.gz
cpython-ea003fcc2abcee4c79b4e9ce98da0c5ef69fd47d.tar.bz2
Fixed latex2html weirdness with footnotes.
Diffstat (limited to 'Doc/lib/libobjs.tex')
-rw-r--r--Doc/lib/libobjs.tex4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/lib/libobjs.tex b/Doc/lib/libobjs.tex
index 8668eff..d19697b 100644
--- a/Doc/lib/libobjs.tex
+++ b/Doc/lib/libobjs.tex
@@ -6,8 +6,8 @@ Names for built-in exceptions and functions are found in a separate
symbol table. This table is searched last when the interpreter looks
up the meaning of a name, so local and global
user-defined names can override built-in names. Built-in types are
-described together here for easy reference.%
-\footnote{Most descriptions sorely lack explanations of the exceptions
+described together here for easy reference.\footnote{
+ Most descriptions sorely lack explanations of the exceptions
that may be raised --- this will be fixed in a future version of
this manual.}
\indexii{built-in}{types}