Skip to content

Commit

Permalink
[2.2.x] Fixed typo in docs/topics/files.txt.
Browse files Browse the repository at this point in the history
Backport of 08c0d8b from master
  • Loading branch information
felixxm committed Nov 11, 2019
1 parent 6429d71 commit 612c2d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/topics/files.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
===================
Expand Down

0 comments on commit 612c2d1

Please sign in to comment.