summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/topics/files.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/topics/files.txt b/docs/topics/files.txt
index 58bf9b7715..f8fd623f0b 100644
--- a/docs/topics/files.txt
+++ b/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
===================