mirror of
https://github.com/python/cpython.git
synced 2025-08-03 00:23:06 +00:00
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:
parent
c9a4438c16
commit
cce1090d49
129 changed files with 705 additions and 703 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue