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

@ -25,7 +25,7 @@ It defines the following constant and functions:
Raised on thread-specific errors.
\end{excdesc}
\begin{funcdesc}{start_new_thread}{func\, arg}
\begin{funcdesc}{start_new_thread}{func, arg}
Start a new thread. The thread executes the function \var{func}
with the argument list \var{arg} (which must be a tuple). When the
function returns, the thread silently exits. When the function