Fixed word choice in ContentFile example.

This commit is contained in:
Josh Schneier 2018-07-07 17:20:02 -04:00 committed by Tim Graham
parent 6e55cf0de6
commit 38e904e265
1 changed files with 1 additions and 1 deletions

View File

@ -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