Django

Code

Changeset 5552

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

Typo fix.

Files:

Legend:

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

    r5551 r5552  
    250250    email = EmailMessage('Hello', 'Body goes here', 'from@example.com', 
    251251                ['to1@example.com', 'to2@example.com'], ['bcc@example.com'], 
    252                 headers = {'Reply-To: 'another@example.com'}) 
     252                headers = {'Reply-To': 'another@example.com'}) 
    253253 
    254254The class has the following methods: