Work around LaTeX2HTML comment-handling bug.

This commit is contained in:
Fred Drake 1999-04-21 17:57:15 +00:00
parent 318c0b131f
commit 283c588402
1 changed files with 2 additions and 2 deletions

View File

@ -45,8 +45,8 @@ returned by \function{socket.socket()},%
\withsubitem{(in module socket)}{\ttindex{socket()}}
\withsubitem{(in module os)}{\ttindex{popen()}}
and the module \module{stdwin}\refbimodindex{stdwin} which happens to
define a function \function{fileno()}%
\withsubitem{(in module stdwin)}{\ttindex{fileno()}}
define a function
\function{fileno()}\withsubitem{(in module stdwin)}{\ttindex{fileno()}}
for just this purpose. You may
also define a \dfn{wrapper} class yourself, as long as it has an
appropriate \method{fileno()} method (that really returns a \UNIX{}