mirror of
https://github.com/django/django.git
synced 2025-01-03 15:06:09 +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
|
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")
|
f2 = ContentFile(b"these are bytes")
|
||||||
|
|
||||||
.. currentmodule:: django.core.files.images
|
.. currentmodule:: django.core.files.images
|
||||||
|
Loading…
Reference in New Issue
Block a user