mirror of
https://github.com/django/django.git
synced 2025-08-03 10:34:04 +00:00
[3.0.x] Fixed typo in docs/topics/files.txt.
Backport of 08c0d8b16b
from master
This commit is contained in:
parent
6722416e70
commit
2c2afbe104
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
===================
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue