summaryrefslogtreecommitdiffstats
path: root/Lib/email/mime/audio.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/email/mime/audio.py')
-rw-r--r--Lib/email/mime/audio.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/email/mime/audio.py b/Lib/email/mime/audio.py
index 8815f5c..065819b 100644
--- a/Lib/email/mime/audio.py
+++ b/Lib/email/mime/audio.py
@@ -18,7 +18,7 @@ class MIMEAudio(MIMENonMultipart):
_encoder=encoders.encode_base64, *, policy=None, **_params):
"""Create an audio/* type MIME document.
- _audiodata is a string containing the raw audio data. If this data
+ _audiodata contains the bytes for the raw audio data. If this data
can be decoded as au, wav, aiff, or aifc, then the
subtype will be automatically included in the Content-Type header.
Otherwise, you can specify the specific audio subtype via the