mirror of
https://github.com/python/cpython.git
synced 2025-08-31 14:07:50 +00:00
#11515: fix several typos. Patch by Piotr Kasprzyk.
This commit is contained in:
parent
f6db0bbbee
commit
42da663e6f
41 changed files with 1609 additions and 1608 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