summaryrefslogtreecommitdiffstats
path: root/Doc/lib/libquopri.tex
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>1999-04-22 21:23:22 (GMT)
committerFred Drake <fdrake@acm.org>1999-04-22 21:23:22 (GMT)
commitffbe68723a5cb124a1e018d05af9e279ae1ad6fe (patch)
treebda5a40b89973ee45d27f9685c527f6f59533b56 /Doc/lib/libquopri.tex
parent7b8b125fa6a24b7c400b4750ee204c2a56f7f596 (diff)
downloadcpython-ffbe68723a5cb124a1e018d05af9e279ae1ad6fe.zip
cpython-ffbe68723a5cb124a1e018d05af9e279ae1ad6fe.tar.gz
cpython-ffbe68723a5cb124a1e018d05af9e279ae1ad6fe.tar.bz2
Make internal module references hyperlinks wherever it makes sense.
Diffstat (limited to 'Doc/lib/libquopri.tex')
-rw-r--r--Doc/lib/libquopri.tex4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/lib/libquopri.tex b/Doc/lib/libquopri.tex
index 05f8c82..9cc8800 100644
--- a/Doc/lib/libquopri.tex
+++ b/Doc/lib/libquopri.tex
@@ -3,14 +3,14 @@
\declaremodule{standard}{quopri}
\modulesynopsis{Encode and decode files using the MIME
-quoted-printable encoding.}
+ quoted-printable encoding.}
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 base64 encoding
-scheme available via the \module{base64} module is more compact if there
+scheme available via the \refmodule{base64} module is more compact if there
are many such characters, as when sending a graphics file.
\indexii{quoted-printable}{encoding}
\index{MIME!quoted-printable encoding}