mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +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
|
@ -13,7 +13,7 @@ are many such characters, as when sending a graphics file.
|
|||
|
||||
\setindexsubitem{(in module quopri)}
|
||||
|
||||
\begin{funcdesc}{decode}{input\, output}
|
||||
\begin{funcdesc}{decode}{input, output}
|
||||
Decode the contents of the \var{input} file and write the resulting
|
||||
decoded binary data to the \var{output} file.
|
||||
\var{input} and \var{output} must either be file objects or objects that
|
||||
|
@ -21,7 +21,7 @@ mimic the file object interface. \var{input} will be read until
|
|||
\code{\var{input}.read()} returns an empty string.
|
||||
\end{funcdesc}
|
||||
|
||||
\begin{funcdesc}{encode}{input\, output\, quotetabs}
|
||||
\begin{funcdesc}{encode}{input, output, quotetabs}
|
||||
Encode the contents of the \var{input} file and write the resulting
|
||||
quoted-printable data to the \var{output} file.
|
||||
\var{input} and \var{output} must either be file objects or objects that
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue