summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorWalter Dörwald <walter@livinglogic.de>2005-11-17 09:47:09 (GMT)
committerWalter Dörwald <walter@livinglogic.de>2005-11-17 09:47:09 (GMT)
commita68d719e154e7f2fe877819eaad7118b54b55e6e (patch)
treeef0c5f1f07be07db4bda45b61b23e9571b0ef9bd /Doc
parentd8f285680ad65fc482ce31915618e2970ab62db6 (diff)
downloadcpython-a68d719e154e7f2fe877819eaad7118b54b55e6e.zip
cpython-a68d719e154e7f2fe877819eaad7118b54b55e6e.tar.gz
cpython-a68d719e154e7f2fe877819eaad7118b54b55e6e.tar.bz2
Backport r41462:
Fix typo in comment (reported on the pydotorg mailing list).
Diffstat (limited to 'Doc')
-rw-r--r--Doc/lib/email-mime.py2
1 files changed, 1 insertions, 1 deletions
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