Parcourir la source

Corrected code-block directive in docs/ref/templates/builtins.txt.

Pan Dango il y a 1 an
Parent
commit
12ec80726f
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      docs/ref/templates/builtins.txt

+ 1 - 1
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