mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
Fixed latex2html weirdness with footnotes.
This commit is contained in:
parent
45b0aeda3c
commit
ea003fcc2a
5 changed files with 42 additions and 43 deletions
|
@ -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}{}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue