mirror of
https://github.com/python/cpython.git
synced 2025-11-13 23:46:24 +00:00
Fix typo in comment
(reported on the pydotorg mailing list).
This commit is contained in:
parent
e22d339dc5
commit
82a3e1a9b2
1 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
# Import smtplib for the actual sending function
|
# Import smtplib for the actual sending function
|
||||||
import smtplib
|
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.MIMEImage import MIMEImage
|
||||||
from email.MIMEMultipart import MIMEMultipart
|
from email.MIMEMultipart import MIMEMultipart
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue