Django

Code

Show
Ignore:
Timestamp:
10/30/07 17:35:15 (1 year ago)
Author:
gwilson
Message:

Fixed #5838 -- Fixed typo in email documentation, thanks huddlej@gmail.com.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • django/trunk/docs/email.txt

    r6431 r6629  
    276276 
    277277       * You can pass it a single argument that is an 
    278          ``email.MIMBase.MIMEBase`` instance. This will be inserted directly 
     278         ``email.MIMEBase.MIMEBase`` instance. This will be inserted directly 
    279279         into the resulting message. 
    280280