mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Get rid of math mode in some places.
This commit is contained in:
parent
3e1e274d0b
commit
f259efe3d9
12 changed files with 18 additions and 18 deletions
|
@ -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}{}
|
||||
|
|
|
@ -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}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue