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:51:39 +0100 |
| commit | 08c0d8b16bb7e79074bc9c8ab4f0db97a94d336a (patch) | |
| tree | fcd2c8912506e3a560efc2cacb74df56b82ad050 | |
| parent | 2282d9f2e5d08fc782087ebe97ab195303a6e79b (diff) | |
Fixed typo in docs/topics/files.txt.
| -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 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 =================== |
