From 9e9914701a5ab1966e45346d7482bac3b6a0cab4 Mon Sep 17 00:00:00 2001 From: Joost Rijneveld Date: Tue, 31 Mar 2015 15:36:25 +0200 Subject: [PATCH] [1.8.x] Fixed typo in docs/ref/templates/builtins.txt Backport of 48ddc66219deaac2aa5fa3d2cb0f420404d6b8ec from master --- docs/ref/templates/builtins.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ref/templates/builtins.txt b/docs/ref/templates/builtins.txt index bc2e7d546e..807d60c434 100644 --- a/docs/ref/templates/builtins.txt +++ b/docs/ref/templates/builtins.txt @@ -2394,7 +2394,7 @@ rel="nofollow">www.djangoproject.com"``. 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 foo@example"``. +``"Send questions to foo@example.com"``. The ``urlize`` filter also takes an optional parameter ``autoescape``. If ``autoescape`` is ``True``, the link text and URLs will be escaped using