From 4eaed191b6514dc577fdba31b31c0a7571b176e5 Mon Sep 17 00:00:00 2001 From: Jannis Vajen Date: Thu, 4 May 2023 13:56:36 +0200 Subject: [PATCH] [4.2.x] Corrected code-block directives in docs. Backport of 024954aad4c422a091b7afab42fff1a9d7478fce from main --- docs/ref/files/file.txt | 2 +- docs/ref/templates/builtins.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/ref/files/file.txt b/docs/ref/files/file.txt index f5c1b10917..650bbb7079 100644 --- a/docs/ref/files/file.txt +++ b/docs/ref/files/file.txt @@ -135,7 +135,7 @@ below) will also have a couple of extra methods: Saves a new file with the file name and contents provided. This will not replace the existing file, but will create a new file and update the object to point to it. If ``save`` is ``True``, the model's ``save()`` method will - be called once the file is saved. That is, these two lines:: + be called once the file is saved. That is, these two lines: .. code-block:: pycon diff --git a/docs/ref/templates/builtins.txt b/docs/ref/templates/builtins.txt index c7a8498961..8a04577919 100644 --- a/docs/ref/templates/builtins.txt +++ b/docs/ref/templates/builtins.txt @@ -1116,7 +1116,7 @@ Example usage: {% resetcycle %} {% endfor %} -This example would return this HTML:: +This example would return this HTML: .. code-block:: html