summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMalcolm Tredinnick <malcolm.tredinnick@gmail.com>2007-06-27 12:44:29 +0000
committerMalcolm Tredinnick <malcolm.tredinnick@gmail.com>2007-06-27 12:44:29 +0000
commit26659f2782c919a640e33e4566ffe61712f4ea24 (patch)
treea8e3825578533081bea42a72ced544fab216b1ee /docs
parentd605611bc533266e0e7a1358611f165f8160ffb1 (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.txt2
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: