mirror of
https://github.com/python/cpython.git
synced 2025-11-02 03:01:58 +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
|
|
@ -10,7 +10,7 @@ The module defines the following functions:
|
|||
|
||||
\setindexsubitem{(in module syslog)}
|
||||
|
||||
\begin{funcdesc}{syslog}{\optional{priority\,} message}
|
||||
\begin{funcdesc}{syslog}{\optional{priority,} message}
|
||||
Send the string \var{message} to the system logger.
|
||||
A trailing newline is added if necessary.
|
||||
Each message is tagged with a priority composed of a \var{facility} and
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue