Browse Source

Fixed word choice in ContentFile example.

Josh Schneier 6 years ago
parent
commit
38e904e265
1 changed files with 1 additions and 1 deletions
  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