mirror of
https://github.com/django/django.git
synced 2024-12-22 17:16:24 +00:00
Fixed word choice in ContentFile example.
This commit is contained in:
parent
6e55cf0de6
commit
38e904e265
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user