]> granicus.if.org Git - python/commitdiff
Fix minor cut-and-paste typo.
authorBarry Warsaw <barry@python.org>
Tue, 9 Oct 2001 19:37:51 +0000 (19:37 +0000)
committerBarry Warsaw <barry@python.org>
Tue, 9 Oct 2001 19:37:51 +0000 (19:37 +0000)
Doc/lib/email.tex

index ba2782c025dfdb1044195404ed6f11dedc943d6a..a6ad567df0f6c84777956a65cefc41e05a401bdc 100644 (file)
@@ -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