diff options
author | Guido van Rossum <guido@python.org> | 1997-11-25 01:00:40 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1997-11-25 01:00:40 (GMT) |
commit | f259efe3d96009c61a9a1fad355dfbf1055ad8af (patch) | |
tree | 6480a7229a07287bb4ffbfac77d0913aadd8923a /Doc/mac | |
parent | 3e1e274d0b16bab5fd27a7d418863be8d3093466 (diff) | |
download | cpython-f259efe3d96009c61a9a1fad355dfbf1055ad8af.zip cpython-f259efe3d96009c61a9a1fad355dfbf1055ad8af.tar.gz cpython-f259efe3d96009c61a9a1fad355dfbf1055ad8af.tar.bz2 |
Get rid of math mode in some places.
Diffstat (limited to 'Doc/mac')
-rw-r--r-- | Doc/mac/libmacspeech.tex | 2 | ||||
-rw-r--r-- | Doc/mac/libmactcp.tex | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Doc/mac/libmacspeech.tex b/Doc/mac/libmacspeech.tex index d3b6e96..92c0541 100644 --- a/Doc/mac/libmacspeech.tex +++ b/Doc/mac/libmacspeech.tex @@ -45,7 +45,7 @@ yet possible to access the parameters of a voice. \renewcommand{\indexsubitem}{(voice object method)} \begin{funcdesc}{GetGender}{} -Return the gender of the voice:\ 0 for male, 1 for female and $-1$ for neuter. +Return the gender of the voice: 0 for male, 1 for female and -1 for neuter. \end{funcdesc} \begin{funcdesc}{NewChannel}{} diff --git a/Doc/mac/libmactcp.tex b/Doc/mac/libmactcp.tex index 4d6d5ba..a16afc8 100644 --- a/Doc/mac/libmactcp.tex +++ b/Doc/mac/libmactcp.tex @@ -164,7 +164,7 @@ A read-only member giving the port number of this UDP stream. \renewcommand{\indexsubitem}{(UDP stream method)} \begin{funcdesc}{Read}{timeout} -Read a datagram, waiting at most \var{timeout} seconds ($-1$ is +Read a datagram, waiting at most \var{timeout} seconds (-1 is infinite). Return the data. \end{funcdesc} |