Explorar el Código

Fixed word choice in ContentFile example.

Josh Schneier hace 6 años
padre
commit
38e904e265
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      docs/ref/files/file.txt

+ 1 - 1
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