mirror of
https://github.com/python/cpython.git
synced 2025-11-01 18:51:43 +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
|
|
@ -124,7 +124,7 @@ The \module{signal} module defines the following functions:
|
|||
\UNIX{} man page \manpage{signal}{2}.)
|
||||
\end{funcdesc}
|
||||
|
||||
\begin{funcdesc}{signal}{signalnum\, handler}
|
||||
\begin{funcdesc}{signal}{signalnum, handler}
|
||||
Set the handler for signal \var{signalnum} to the function
|
||||
\var{handler}. \var{handler} can be any callable Python object, or
|
||||
one of the special values \constant{signal.SIG_IGN} or
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue