diff options
author | Fred Drake <fdrake@acm.org> | 1999-04-21 17:57:15 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1999-04-21 17:57:15 (GMT) |
commit | 283c588402f87c0e69af5f7819a240bee5fa3f01 (patch) | |
tree | b2f115df891961a005f753d559bc058072a2b14d /Doc/lib/libselect.tex | |
parent | 318c0b131f3a2bda97d6e30d4c13bb5155ec4624 (diff) | |
download | cpython-283c588402f87c0e69af5f7819a240bee5fa3f01.zip cpython-283c588402f87c0e69af5f7819a240bee5fa3f01.tar.gz cpython-283c588402f87c0e69af5f7819a240bee5fa3f01.tar.bz2 |
Work around LaTeX2HTML comment-handling bug.
Diffstat (limited to 'Doc/lib/libselect.tex')
-rw-r--r-- | Doc/lib/libselect.tex | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/lib/libselect.tex b/Doc/lib/libselect.tex index 5c85ca5..23b8b8d 100644 --- a/Doc/lib/libselect.tex +++ b/Doc/lib/libselect.tex @@ -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{} |