summaryrefslogtreecommitdiff
path: root/docs
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:02 -0400
commitcb756f5dec0ecd3434dc1de781d514fde438d67b (patch)
tree8d98f2d28964828799b455949f2ca54ff0a477f8 /docs
parentdb165cf348726cda1f057edb2b1e7f8edaf8dfdc (diff)
[1.7.x] Fixed typo in docs/ref/templates/builtins.txt
Backport of 48ddc66219deaac2aa5fa3d2cb0f420404d6b8ec from master
Diffstat (limited to 'docs')
-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 823e958f3a..b2f82b2924 100644
--- a/docs/ref/templates/builtins.txt
+++ b/docs/ref/templates/builtins.txt
@@ -2382,7 +2382,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