Kaydet (Commit) 26659f27 authored tarafından Malcolm Tredinnick's avatar Malcolm Tredinnick

Typo fix.


git-svn-id: http://code.djangoproject.com/svn/django/trunk@5552 bcc190cf-cafb-0310-a4f2-bffc1f526a37
üst d605611b
......@@ -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:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment