Fixed typo in docs/ref/templates/builtins.txt

This commit is contained in:
Joost Rijneveld 2015-03-31 15:36:25 +02:00 committed by Tim Graham
parent d026eb6366
commit 48ddc66219
1 changed files with 1 additions and 1 deletions

View File

@ -2380,7 +2380,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