Skip to content

Commit

Permalink
Typo fix.
Browse files Browse the repository at this point in the history
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5552 bcc190cf-cafb-0310-a4f2-bffc1f526a37
  • Loading branch information
malcolmt committed Jun 27, 2007
1 parent d605611 commit 26659f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/email.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit 26659f2

Please sign in to comment.