Django

Code

Changeset 5622

Show
Ignore:
Timestamp:
07/06/07 01:53:27 (1 year ago)
Author:
mtredinnick
Message:

Fixed #4781 -- Typo fix. Pointed out by Simon Litchfield.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • django/trunk/django/core/mail.py

    r5609 r5622  
    266266        if isinstance(filename, MIMEBase): 
    267267            assert content == mimetype == None 
    268             self.attachements.append(filename) 
     268            self.attachments.append(filename) 
    269269        else: 
    270270            assert content is not None