summaryrefslogtreecommitdiff
path: root/docs/ref/unicode.txt
diff options
context:
space:
mode:
authorAdrian Holovaty <adrian@holovaty.com>2011-04-01 16:18:23 +0000
committerAdrian Holovaty <adrian@holovaty.com>2011-04-01 16:18:23 +0000
commit9a279edc1cedecc65249b061bcb2797fe509a85b (patch)
tree3f89e20c2dc9eeda748732c008fe8c631903a574 /docs/ref/unicode.txt
parent94af19c43fad3e42d64981e22fe15b844f1f9eb6 (diff)
Fixed some ReST errors from e-mail -> email change in docs, and changed some docs that shouldn't have been changed (because translation strings haven't been converted yet)
git-svn-id: http://code.djangoproject.com/svn/django/trunk@15968 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/ref/unicode.txt')
-rw-r--r--docs/ref/unicode.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/unicode.txt b/docs/ref/unicode.txt
index bd11d2a4b8..2a13736b82 100644
--- a/docs/ref/unicode.txt
+++ b/docs/ref/unicode.txt
@@ -305,7 +305,7 @@ A couple of tips to remember when writing your own template tags and filters:
strings at that point.
Email
-======
+=====
Django's email framework (in ``django.core.mail``) supports Unicode
transparently. You can use Unicode data in the message bodies and any headers.