From 26659f2782c919a640e33e4566ffe61712f4ea24 Mon Sep 17 00:00:00 2001
From: Malcolm Tredinnick <malcolm.tredinnick@gmail.com>
Date: Wed, 27 Jun 2007 12:44:29 +0000
Subject: [PATCH] Typo fix.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@5552 bcc190cf-cafb-0310-a4f2-bffc1f526a37
---
 docs/email.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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: