Fix typo in comment

(reported on the pydotorg mailing list).
This commit is contained in:
Walter Dörwald 2005-11-17 09:36:06 +00:00
parent e22d339dc5
commit 82a3e1a9b2
1 changed files with 1 additions and 1 deletions

View File

@ -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