Browse Source

Fixed typo in docs/topics/files.txt.

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

+ 1 - 1
docs/topics/files.txt

@@ -92,7 +92,7 @@ location (:setting:`MEDIA_ROOT` if you are using the default
         <ImageFieldFile: cars/chevy.jpg>
         >>> image = Image.open(car.photo)
         >>> image
-        <PIL.JpegImagePlugin.JpegImageFile image mode=RGB size=1600x1200 at 0x7F99A94E9048>
+        <PIL.JpegImagePlugin.JpegImageFile image mode=RGB size=191x287 at 0x7F99A94E9048>
 
 The ``File`` object
 ===================