commit | 82a3e1a9b2f19b6fbc3142c170bdabb292fd23da | [log] [tgz] |
---|---|---|
author | Walter Dörwald <walter@livinglogic.de> | Thu Nov 17 09:36:06 2005 +0000 |
committer | Walter Dörwald <walter@livinglogic.de> | Thu Nov 17 09:36:06 2005 +0000 |
tree | 1ec11d446a0f5ae8f4c3600066d3fe48993fb98b | |
parent | e22d339dc53946f384aec1ba3cb70cc53ef621cd [diff] |
Fix typo in comment (reported on the pydotorg mailing list).
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