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:32 -0400 |
| commit | 0211393b8c38282960225cfbb9d8126b8b97ff7a (patch) | |
| tree | bc698b792a2fef160e28913bd728c3ce92e99e67 | |
| parent | d10103a79d47c9d5accb06b616996371f8df7182 (diff) | |
[2.1.x] Fixed word choice in ContentFile example.
Backport of 38e904e26576abffed3c257a1a741e1641c6f2de from master
| -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 5039102fae..e001562ec7 100644 --- a/docs/ref/files/file.txt +++ b/docs/ref/files/file.txt @@ -103,7 +103,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 |
