mirror of
https://github.com/django/django.git
synced 2025-04-06 06:26:41 +00:00
[2.1.x] Fixed word choice in ContentFile example.
Backport of 38e904e26576abffed3c257a1a741e1641c6f2de from master
This commit is contained in:
parent
d10103a79d
commit
0211393b8c
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user