mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +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
|
@ -11,14 +11,14 @@ The \code{binhex} module defines the following functions:
|
|||
|
||||
\setindexsubitem{(in module binhex)}
|
||||
|
||||
\begin{funcdesc}{binhex}{input\, output}
|
||||
\begin{funcdesc}{binhex}{input, output}
|
||||
Convert a binary file with filename \var{input} to binhex file
|
||||
\var{output}. The \var{output} parameter can either be a filename or a
|
||||
file-like object (any object supporting a \var{write} and \var{close}
|
||||
method).
|
||||
\end{funcdesc}
|
||||
|
||||
\begin{funcdesc}{hexbin}{input\optional{\, output}}
|
||||
\begin{funcdesc}{hexbin}{input\optional{, output}}
|
||||
Decode a binhex file \var{input}. \var{input} may be a filename or a
|
||||
file-like object supporting \var{read} and \var{close} methods.
|
||||
The resulting file is written to a file named \var{output}, unless the
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue