From: Walter Dörwald Date: Thu, 17 Nov 2005 09:47:09 +0000 (+0000) Subject: Backport r41462: X-Git-Tag: v2.4.3c1~216 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a68d719e154e7f2fe877819eaad7118b54b55e6e;p=thirdparty%2FPython%2Fcpython.git Backport r41462: 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 28c8d2ed83e4..048a59fddc44 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