mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-25 00:34:14 +03:00
Image.close() docstring: use correct "its"
This commit is contained in:
parent
a2a9bd8e04
commit
c85e0e915b
|
@ -530,7 +530,7 @@ class Image:
|
|||
"""
|
||||
Closes the file pointer, if possible.
|
||||
|
||||
This operation will destroy the image core and release it's memory.
|
||||
This operation will destroy the image core and release its memory.
|
||||
The image data will be unusable afterward.
|
||||
|
||||
This function is only required to close images that have not
|
||||
|
|
Loading…
Reference in New Issue
Block a user