diff options
author | Walter Dörwald <walter@livinglogic.de> | 2005-11-17 09:47:09 (GMT) |
---|---|---|
committer | Walter Dörwald <walter@livinglogic.de> | 2005-11-17 09:47:09 (GMT) |
commit | a68d719e154e7f2fe877819eaad7118b54b55e6e (patch) | |
tree | ef0c5f1f07be07db4bda45b61b23e9571b0ef9bd /Doc | |
parent | d8f285680ad65fc482ce31915618e2970ab62db6 (diff) | |
download | cpython-a68d719e154e7f2fe877819eaad7118b54b55e6e.zip cpython-a68d719e154e7f2fe877819eaad7118b54b55e6e.tar.gz cpython-a68d719e154e7f2fe877819eaad7118b54b55e6e.tar.bz2 |
Backport r41462:
Fix typo in comment
(reported on the pydotorg mailing list).
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/lib/email-mime.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/email-mime.py b/Doc/lib/email-mime.py index 28c8d2e..048a59f 100644 --- a/Doc/lib/email-mime.py +++ b/Doc/lib/email-mime.py @@ -1,7 +1,7 @@ # Import smtplib for the actual sending function import smtplib -# Here are the email pacakge modules we'll need +# Here are the email package modules we'll need from email.MIMEImage import MIMEImage from email.MIMEMultipart import MIMEMultipart |