From: Barry Warsaw Date: Tue, 9 Oct 2001 19:37:51 +0000 (+0000) Subject: Fix minor cut-and-paste typo. X-Git-Tag: v2.2.1c1~1372 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=dca939899d97cc8706163d28de83b951c0213524;p=thirdparty%2FPython%2Fcpython.git Fix minor cut-and-paste typo. --- diff --git a/Doc/lib/email.tex b/Doc/lib/email.tex index ba2782c025df..a6ad567df0f6 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