summaryrefslogtreecommitdiffstats
path: root/Doc/libmimetools.tex
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>1998-02-13 22:13:07 (GMT)
committerFred Drake <fdrake@acm.org>1998-02-13 22:13:07 (GMT)
commit01dbb8883159d6947b4bba748555f245905012b4 (patch)
tree2a77431925a6ed121b7395cec12aa6e762e06f33 /Doc/libmimetools.tex
parent4a1efb63a91f2af84ffe53ccb5df8676d7dc309c (diff)
downloadcpython-01dbb8883159d6947b4bba748555f245905012b4.zip
cpython-01dbb8883159d6947b4bba748555f245905012b4.tar.gz
cpython-01dbb8883159d6947b4bba748555f245905012b4.tar.bz2
Fix some markup so that the right characters are printed.
"EOF" --> "\EOF{}"
Diffstat (limited to 'Doc/libmimetools.tex')
-rw-r--r--Doc/libmimetools.tex10
1 files changed, 5 insertions, 5 deletions
diff --git a/Doc/libmimetools.tex b/Doc/libmimetools.tex
index 94601b3..18c6bb6 100644
--- a/Doc/libmimetools.tex
+++ b/Doc/libmimetools.tex
@@ -36,13 +36,13 @@ Valid values for \var{encoding} are the same as for \code{decode()}.
\end{funcdesc}
\begin{funcdesc}{copyliteral}{input\, output}
-Read lines until EOF from open file \var{input} and write them to open
-file \var{output}.
+Read lines until \EOF{} from open file \var{input} and write them to
+open file \var{output}.
\end{funcdesc}
\begin{funcdesc}{copybinary}{input\, output}
-Read blocks until EOF from open file \var{input} and write them to open
-file \var{output}. The block size is currently fixed at 8192.
+Read blocks until \EOF{} from open file \var{input} and write them to
+open file \var{output}. The block size is currently fixed at 8192.
\end{funcdesc}
@@ -68,7 +68,7 @@ a list if strings. For parameters of the form
Return the \var{value} of the first parameter (as returned by
\code{getplist()} of the form \samp{\var{name}=\var{value}} for the
given \var{name}. If \var{value} is surrounded by quotes of the form
-\var{<...>} or \var{"..."}, these are removed.
+`\code{<}...\code{>}' or `\code{"}...\code{"}', these are removed.
\end{funcdesc}
\begin{funcdesc}{getencoding}{}