Change "\," to just "," in function signatures. This is easier to maintain,

works better with LaTeX2HTML, and allows some simplification of the python.sty
macros.
This commit is contained in:
Fred Drake 1998-03-17 06:33:25 +00:00
parent c9a4438c16
commit cce1090d49
129 changed files with 705 additions and 703 deletions

View file

@ -27,7 +27,7 @@ The module defines the following functions:
\setindexsubitem{(in module al)}
\begin{funcdesc}{openport}{name\, direction\optional{\, config}}
\begin{funcdesc}{openport}{name, direction\optional{, config}}
The name and direction arguments are strings. The optional config
argument is a configuration object as returned by
\code{al.newconfig()}. The return value is an \dfn{port object};
@ -44,12 +44,12 @@ The device argument is an integer. The return value is a list of
integers containing the data returned by ALqueryparams().
\end{funcdesc}
\begin{funcdesc}{getparams}{device\, list}
\begin{funcdesc}{getparams}{device, list}
The device argument is an integer. The list argument is a list such
as returned by \code{queryparams}; it is modified in place (!).
\end{funcdesc}
\begin{funcdesc}{setparams}{device\, list}
\begin{funcdesc}{setparams}{device, list}
The device argument is an integer. The list argument is a list such
as returned by \code{al.queryparams}.
\end{funcdesc}