]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Backport r41462:
authorWalter Dörwald <walter@livinglogic.de>
Thu, 17 Nov 2005 09:47:09 +0000 (09:47 +0000)
committerWalter Dörwald <walter@livinglogic.de>
Thu, 17 Nov 2005 09:47:09 +0000 (09:47 +0000)
Fix typo in comment
(reported on the pydotorg mailing list).

Doc/lib/email-mime.py

index 28c8d2ed83e466dc27cc13e13192271f4d69b13a..048a59fddc44d0707e79f3ccce209270e1f6ceef 100644 (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