summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
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 1c92d4ad67..3aa20dfc71 100644
--- a/docs/ref/templates/builtins.txt
+++ b/docs/ref/templates/builtins.txt
@@ -1264,7 +1264,7 @@ such as this:
path("clients/", include("project_name.app_name.urls"))
-...then, in a template, you can create a link to this view like this::
+...then, in a template, you can create a link to this view like this:
.. code-block:: html+django