diff options
| author | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2019-11-11 11:31:57 +0100 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2019-11-11 11:52:38 +0100 |
| commit | 612c2d166c9048c59ee241ce4ba89858aa65665d (patch) | |
| tree | 039c394cb73ed6851e72593de78b527290101baf | |
| parent | 6429d71ecbfd778d56ede1a51224286c81eab7f6 (diff) | |
[2.2.x] Fixed typo in docs/topics/files.txt.
Backport of 08c0d8b16bb7e79074bc9c8ab4f0db97a94d336a from master
| -rw-r--r-- | docs/topics/files.txt | 2 |
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 =================== |
