Author: gwilson
Date: 2007-10-30 17:35:15 -0500 (Tue, 30 Oct 2007)
New Revision: 6629
Modified:
django/trunk/docs/email.txt
Log:
Fixed #5838 -- Fixed typo in email documentation, thanks [EMAIL PROTECTED]
Modified: django/trunk/docs/email.txt
===================================================================
--- django/trunk/docs/email.txt 2007-10-29 23:55:08 UTC (rev 6628)
+++ django/trunk/docs/email.txt 2007-10-30 22:35:15 UTC (rev 6629)
@@ -275,7 +275,7 @@
There are two ways to call ``attach()``:
* You can pass it a single argument that is an
- ``email.MIMBase.MIMEBase`` instance. This will be inserted directly
+ ``email.MIMEBase.MIMEBase`` instance. This will be inserted directly
into the resulting message.
* Alternatively, you can pass ``attach()`` three arguments:
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/django-updates?hl=en
-~----------~----~----~----~------~----~------~--~---