summaryrefslogtreecommitdiff
path: root/Lib/email/mime
diff options
context:
space:
mode:
authorEzio Melotti <ezio.melotti@gmail.com>2011-03-15 05:18:48 +0200
committerEzio Melotti <ezio.melotti@gmail.com>2011-03-15 05:18:48 +0200
commit42da663e6fe7ecbb89b17d596c76812a91bb99a4 (patch)
treef660a093d1eb0841656b9b10173589f357ec0484 /Lib/email/mime
parentf6db0bbbeefa1bde9fd09c53e7c6bf0e57481590 (diff)
downloadcpython-git-42da663e6fe7ecbb89b17d596c76812a91bb99a4.tar.gz
#11515: fix several typos. Patch by Piotr Kasprzyk.
Diffstat (limited to 'Lib/email/mime')
-rw-r--r--Lib/email/mime/application.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/email/mime/application.py b/Lib/email/mime/application.py
index 6f8bb8a823..f5c5905564 100644
--- a/Lib/email/mime/application.py
+++ b/Lib/email/mime/application.py
@@ -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'.