gh-101021: Document binary parameters as bytes (#101024)

This commit is contained in:
Bob Kline 2023-01-14 14:01:27 -05:00 committed by GitHub
parent ef633e5000
commit 49cae39ef0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 8 additions and 8 deletions

View file

@ -17,7 +17,7 @@ class MIMEApplication(MIMENonMultipart):
_encoder=encoders.encode_base64, *, policy=None, **_params):
"""Create an application/* type MIME document.
_data is a string containing the raw application data.
_data contains the bytes for the raw application data.
_subtype is the MIME content type subtype, defaulting to
'octet-stream'.