mirror of
https://github.com/python/cpython.git
synced 2025-11-02 03:01:58 +00:00
#11515: Merge with 3.1.
This commit is contained in:
commit
4969f709cc
49 changed files with 58 additions and 58 deletions
|
|
@ -17,7 +17,7 @@ class MIMEApplication(MIMENonMultipart):
|
|||
_encoder=encoders.encode_base64, **_params):
|
||||
"""Create an application/* type MIME document.
|
||||
|
||||
_data is a string containing the raw applicatoin data.
|
||||
_data is a string containing the raw application data.
|
||||
|
||||
_subtype is the MIME content type subtype, defaulting to
|
||||
'octet-stream'.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue