diff options
author | Fred Drake <fdrake@acm.org> | 1998-04-03 07:06:56 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1998-04-03 07:06:56 (GMT) |
commit | d59db4f9747caaeedb90bd0000e69a5aa6bedb98 (patch) | |
tree | ea89c9e679443c325c58c8a832e2ae5ddabed9c1 /Doc/libquopri.tex | |
parent | 2123774287d2b24369cb0bf36e9f82fac9e99003 (diff) | |
download | cpython-d59db4f9747caaeedb90bd0000e69a5aa6bedb98.zip cpython-d59db4f9747caaeedb90bd0000e69a5aa6bedb98.tar.gz cpython-d59db4f9747caaeedb90bd0000e69a5aa6bedb98.tar.bz2 |
Small consistency nits.
Diffstat (limited to 'Doc/libquopri.tex')
-rw-r--r-- | Doc/libquopri.tex | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/Doc/libquopri.tex b/Doc/libquopri.tex index e379e4a..abe07df 100644 --- a/Doc/libquopri.tex +++ b/Doc/libquopri.tex @@ -1,17 +1,16 @@ -\section{Standard Module \sectcode{quopri}} +\section{Standard Module \module{quopri}} \label{module-quopri} \stmodindex{quopri} This module performs quoted-printable transport encoding and decoding, as defined in \rfc{1521}: ``MIME (Multipurpose Internet Mail Extensions) Part One''. The quoted-printable encoding is designed for data where -there are relatively few nonprintable characters; the base-64 encoding -scheme available via the \code{base64} module is more compact if there +there are relatively few nonprintable characters; the base64 encoding +scheme available via the \module{base64} module is more compact if there are many such characters, as when sending a graphics file. -\indexii{quoted printable}{encoding} +\indexii{quoted-printable}{encoding} \index{MIME!quoted-printable encoding} -\setindexsubitem{(in module quopri)} \begin{funcdesc}{decode}{input, output} Decode the contents of the \var{input} file and write the resulting |