Browse Source

Fixed typo in docs/topics/files.txt.

Mariusz Felisiak 5 years ago
parent
commit
bf7b3e2750
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/topics/files.txt

+ 1 - 1
docs/topics/files.txt

@@ -39,7 +39,7 @@ the details of the attached photo::
 
     >>> car = Car.objects.get(name="57 Chevy")
     >>> car.photo
-    <ImageFieldFile: chevy.jpg>
+    <ImageFieldFile: cars/chevy.jpg>
     >>> car.photo.name
     'cars/chevy.jpg'
     >>> car.photo.path