Typo fix.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@5552 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Malcolm Tredinnick 2007-06-27 12:44:29 +00:00
parent d605611bc5
commit 26659f2782
1 changed files with 1 additions and 1 deletions

View File

@ -249,7 +249,7 @@ For example::
email = EmailMessage('Hello', 'Body goes here', 'from@example.com',
['to1@example.com', 'to2@example.com'], ['bcc@example.com'],
headers = {'Reply-To: 'another@example.com'})
headers = {'Reply-To': 'another@example.com'})
The class has the following methods: