mirror of
https://github.com/python/cpython.git
synced 2025-12-04 08:34:25 +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
|
|
@ -61,7 +61,7 @@ The \module{spam} module defines the following functions:
|
|||
% least once in the description; each usage (even inside \code{...})
|
||||
% should be enclosed in \var{...}.
|
||||
|
||||
\begin{funcdesc}{open}{filename\optional{\, mode\, buffersize}}
|
||||
\begin{funcdesc}{open}{filename\optional{, mode, buffersize}}
|
||||
Open the file \var{filename} as a can of Spam. The optional
|
||||
\var{mode} and \var{buffersize} arguments specify the read-write mode
|
||||
(\code{'r'} (default) or \code{'w'}) and the buffer size (default:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue