summaryrefslogtreecommitdiffstats
path: root/Doc/lib/libstdwin.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/libstdwin.tex
parent45b0aeda3ced8c05638ce6c6a56a9c370184b90e (diff)
downloadcpython-ea003fcc2abcee4c79b4e9ce98da0c5ef69fd47d.zip
cpython-ea003fcc2abcee4c79b4e9ce98da0c5ef69fd47d.tar.gz
cpython-ea003fcc2abcee4c79b4e9ce98da0c5ef69fd47d.tar.bz2
Fixed latex2html weirdness with footnotes.
Diffstat (limited to 'Doc/lib/libstdwin.tex')
-rw-r--r--Doc/lib/libstdwin.tex7
1 files changed, 4 insertions, 3 deletions
diff --git a/Doc/lib/libstdwin.tex b/Doc/lib/libstdwin.tex
index 7744a51..a4f195f 100644
--- a/Doc/lib/libstdwin.tex
+++ b/Doc/lib/libstdwin.tex
@@ -42,9 +42,10 @@ The following functions are defined in the \module{stdwin} module:
\begin{funcdesc}{open}{title}
Open a new window whose initial title is given by the string argument.
-Return a window object; window object methods are described below.%
-\footnote{The Python version of STDWIN does not support draw procedures; all
- drawing requests are reported as draw events.}
+Return a window object; window object methods are described
+below.\footnote{
+ The Python version of STDWIN does not support draw procedures;
+ all drawing requests are reported as draw events.}
\end{funcdesc}
\begin{funcdesc}{getevent}{}