diff options
| author | Jannis Vajen <jvajen@gmail.com> | 2023-05-04 13:56:36 +0200 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2023-05-04 14:10:11 +0200 |
| commit | 024954aad4c422a091b7afab42fff1a9d7478fce (patch) | |
| tree | f62c6c54b897910bc5546274c7edac24702ebd0a /docs/ref/files | |
| parent | 60ac77f32ee5d771998f535100360553b66fdc7b (diff) | |
Corrected code-block directives in docs.
Diffstat (limited to 'docs/ref/files')
| -rw-r--r-- | docs/ref/files/file.txt | 2 |
1 files changed, 1 insertions, 1 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 |
