diff options
author | Fred Drake <fdrake@acm.org> | 1999-04-05 21:59:15 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1999-04-05 21:59:15 (GMT) |
commit | ea003fcc2abcee4c79b4e9ce98da0c5ef69fd47d (patch) | |
tree | 1f958821f6ddcf68e261f4882b0a2edec9ac6fd2 /Doc/lib/libstdwin.tex | |
parent | 45b0aeda3ced8c05638ce6c6a56a9c370184b90e (diff) | |
download | cpython-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.tex | 7 |
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}{} |