Fix typo in comment
(reported on the pydotorg mailing list).
This commit is contained in:
parent
e22d339dc5
commit
82a3e1a9b2
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue