summaryrefslogtreecommitdiff
path: root/docs/ref
diff options
context:
space:
mode:
authorJannis Leidel <jannis@leidel.info>2011-06-18 08:48:25 +0000
committerJannis Leidel <jannis@leidel.info>2011-06-18 08:48:25 +0000
commit1dfa567a23a1b81eb90b29ff250337a679a40dfa (patch)
tree8b8d9190ba8e537d2b60290a8efb0c89fb4f398f /docs/ref
parent65d8657f7f07de3b3cc6c6d1ddfb836c2658b23f (diff)
Fixed typos introduced in r16430 and r16431. Thanks, magopian.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@16433 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/ref')
-rw-r--r--docs/ref/templates/builtins.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/templates/builtins.txt b/docs/ref/templates/builtins.txt
index ed8e234c29..24e650e16b 100644
--- a/docs/ref/templates/builtins.txt
+++ b/docs/ref/templates/builtins.txt
@@ -1512,7 +1512,7 @@ If ``value`` is ``Tom & Jerry``, the output will be ``Tom &amp; Jerry``.
However, ampersands used in named entities and numeric character references
will not be replaced. For example, if ``value`` is ``Caf&eacute;``, the output
-will *not* be ``Caf&eacute&amp;`` but remain ``Caf&eacute;``. This means that
+will *not* be ``Caf&amp;eacute;`` but remain ``Caf&eacute;``. This means that
in some edge cases, such as acronyms followed by semicolons, this filter will
not replace ampersands that need replacing. For example, if ``value`` is
``Contact the R&D;``, the output will remain unchanged because ``&D;``