diff options
Diffstat (limited to 'Lib/email/mime/audio.py')
-rw-r--r-- | Lib/email/mime/audio.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/email/mime/audio.py b/Lib/email/mime/audio.py index 4bcd7b224a..7cca3f99f1 100644 --- a/Lib/email/mime/audio.py +++ b/Lib/email/mime/audio.py @@ -46,7 +46,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 by the standard Python `sndhdr' module, then the subtype will be automatically included in the Content-Type header. Otherwise, you can specify the specific audio subtype via the |