diff --git a/docs/ref/templates/builtins.txt b/docs/ref/templates/builtins.txt
index aef4443c6a..d3b36834a0 100644
--- a/docs/ref/templates/builtins.txt
+++ b/docs/ref/templates/builtins.txt
@@ -2380,7 +2380,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