summaryrefslogtreecommitdiffstats
path: root/Doc/lib
diff options
context:
space:
mode:
authorBarry Warsaw <barry@python.org>2001-10-09 19:37:51 (GMT)
committerBarry Warsaw <barry@python.org>2001-10-09 19:37:51 (GMT)
commitdca939899d97cc8706163d28de83b951c0213524 (patch)
treee02d33ee83201124d93940c9a73738ac0d591ba6 /Doc/lib
parente0063d20a774f77f03d499165e2ba1ae81ca7228 (diff)
downloadcpython-dca939899d97cc8706163d28de83b951c0213524.zip
cpython-dca939899d97cc8706163d28de83b951c0213524.tar.gz
cpython-dca939899d97cc8706163d28de83b951c0213524.tar.bz2
Fix minor cut-and-paste typo.
Diffstat (limited to 'Doc/lib')
-rw-r--r--Doc/lib/email.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/email.tex b/Doc/lib/email.tex
index ba2782c..a6ad567 100644
--- a/Doc/lib/email.tex
+++ b/Doc/lib/email.tex
@@ -112,7 +112,7 @@ The \class{MIMEBase} class always adds a \mailheader{Content-Type} header
A subclass of \class{MIMEBase}, the \class{MIMEAudio} class is used to
create MIME message objects of major type \mimetype{audio}.
-\var{_audiodata} is a string containing the raw image data. If this
+\var{_audiodata} is a string containing the raw audio data. If this
data can be decoded by the standard Python module \refmodule{sndhdr},
then the subtype will be automatically included in the
\mailheader{Content-Type} header. Otherwise you can explicitly specify the