summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoost Rijneveld <joostrijneveld@gmail.com>2015-03-31 15:36:25 +0200
committerTim Graham <timograham@gmail.com>2015-03-31 21:22:10 -0400
commitf25250fd76dbfc937305c31d799c1f5e6b6f8084 (patch)
tree81966ad72792d60587a4fc9fcc57e9637569eca3
parentfb069da49e36dc6f6de3892280bcba5b4be872a5 (diff)
[1.6.x] Fixed typo in docs/ref/templates/builtins.txt
Backport of 48ddc66219deaac2aa5fa3d2cb0f420404d6b8ec from master
-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 c7a6711ee9..cd13cd98f7 100644
--- a/docs/ref/templates/builtins.txt
+++ b/docs/ref/templates/builtins.txt
@@ -2305,7 +2305,7 @@ rel="nofollow">www.djangoproject.com</a>"``.
In addition to web links, ``urlize`` also converts email addresses into
``mailto:`` links. If ``value`` is
``"Send questions to foo@example.com"``, the output will be
-``"Send questions to <a href="mailto:foo@example.com">foo@example</a>"``.
+``"Send questions to <a href="mailto:foo@example.com">foo@example.com</a>"``.
The ``urlize`` filter also takes an optional parameter ``autoescape``. If
``autoescape`` is ``True``, the link text and URLs will be escaped using