[Python-checkins] commit of r41462 - python/trunk/Doc/lib

walter.doerwald@python.org walter.doerwald at python.org
Thu Nov 17 10:36:07 CET 2005


Author: walter.doerwald
Date: Thu Nov 17 10:36:06 2005
New Revision: 41462

Modified:
   python/trunk/Doc/lib/email-mime.py
Log:
Fix typo in comment
(reported on the pydotorg mailing list).


Modified: python/trunk/Doc/lib/email-mime.py
==============================================================================
--- python/trunk/Doc/lib/email-mime.py	(original)
+++ python/trunk/Doc/lib/email-mime.py	Thu Nov 17 10:36:06 2005
@@ -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
 


More information about the Python-checkins mailing list