summaryrefslogtreecommitdiff
path: root/docs/ref
diff options
context:
space:
mode:
Diffstat (limited to 'docs/ref')
-rw-r--r--docs/ref/files/file.txt2
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