summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorPan Dango <76955186+hoopandango@users.noreply.github.com>2023-05-07 18:21:27 +0530
committerGitHub <noreply@github.com>2023-05-07 14:51:27 +0200
commit12ec80726f33e8dbd80de3cecf48d76ac4c0aa89 (patch)
treec786ffaeeec48ed8b3cafafad32d5be0c427663c /docs
parentca5d3c99efb1bcf181e923dcd00c4679ab6174ef (diff)
downloaddjango-12ec80726f33e8dbd80de3cecf48d76ac4c0aa89.tar.gz
Corrected code-block directive in docs/ref/templates/builtins.txt.
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