summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMariusz Felisiak <felisiak.mariusz@gmail.com>2019-11-11 11:31:57 +0100
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2019-11-11 11:52:18 +0100
commit2c2afbe104d4cc40ddea2ea4b2a697c8e1697eb7 (patch)
treeae2038b93762ec00539b83e5a8326d220c501bbc /docs
parent6722416e7037cfe0977945ec0d4d05a3ce774995 (diff)
[3.0.x] Fixed typo in docs/topics/files.txt.
Backport of 08c0d8b16bb7e79074bc9c8ab4f0db97a94d336a from master
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 dff933e321..dbe9549818 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
===================