summaryrefslogtreecommitdiffstats
path: root/Lib/email/MIMEAudio.py
diff options
context:
space:
mode:
authorGreg Ward <gward@python.net>2001-11-24 15:49:53 (GMT)
committerGreg Ward <gward@python.net>2001-11-24 15:49:53 (GMT)
commit6253c2dd4062aff26c8f01212e1ee66b9e51725a (patch)
treea93e1dfebe31735e6cab0383b32633cce9cbb993 /Lib/email/MIMEAudio.py
parent2b4d580a41eea93d7ef34eb8206e0e0b0fa45e93 (diff)
downloadcpython-6253c2dd4062aff26c8f01212e1ee66b9e51725a.zip
cpython-6253c2dd4062aff26c8f01212e1ee66b9e51725a.tar.gz
cpython-6253c2dd4062aff26c8f01212e1ee66b9e51725a.tar.bz2
Docstring typo fix.
Diffstat (limited to 'Lib/email/MIMEAudio.py')
-rw-r--r--Lib/email/MIMEAudio.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/email/MIMEAudio.py b/Lib/email/MIMEAudio.py
index 0ca73e4..57b7b6d 100644
--- a/Lib/email/MIMEAudio.py
+++ b/Lib/email/MIMEAudio.py
@@ -46,7 +46,7 @@ class MIMEAudio(MIMEBase.MIMEBase):
_audiodata is a string containing the raw audio data. If this data
can be decoded by the standard Python `sndhdr' module, then the
- subtype will be automatically included in the Content-TYpe: header.
+ subtype will be automatically included in the Content-Type: header.
Otherwise, you can specify the specific audio subtype via the
_subtype parameter. If _subtype is not given, and no subtype can be
guessed, a TypeError is raised.