diff options
| author | Josh Schneier <josh.schneier@gmail.com> | 2018-07-07 17:20:02 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2018-07-07 17:20:02 -0400 |
| commit | 38e904e26576abffed3c257a1a741e1641c6f2de (patch) | |
| tree | 8d7bc664e0e2b3c03b7717994657a7b0fb527a01 /docs/ref/files | |
| parent | 6e55cf0de6b5e8e853ce0d549b08e621f023d4bf (diff) | |
Fixed word choice in ContentFile example.
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 a441fd9d90..3502488722 100644 --- a/docs/ref/files/file.txt +++ b/docs/ref/files/file.txt @@ -99,7 +99,7 @@ The ``ContentFile`` class from django.core.files.base import ContentFile - f1 = ContentFile("esta sentencia está en español") + f1 = ContentFile("esta frase está en español") f2 = ContentFile(b"these are bytes") .. currentmodule:: django.core.files.images |
