diff options
| author | Malcolm Tredinnick <malcolm.tredinnick@gmail.com> | 2007-06-27 12:44:29 +0000 |
|---|---|---|
| committer | Malcolm Tredinnick <malcolm.tredinnick@gmail.com> | 2007-06-27 12:44:29 +0000 |
| commit | 26659f2782c919a640e33e4566ffe61712f4ea24 (patch) | |
| tree | a8e3825578533081bea42a72ced544fab216b1ee /docs | |
| parent | d605611bc533266e0e7a1358611f165f8160ffb1 (diff) | |
Typo fix.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5552 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/email.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/email.txt b/docs/email.txt index 630f185d62..9c945f519a 100644 --- a/docs/email.txt +++ b/docs/email.txt @@ -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: |
