Skip to content

Commit 7c031e9

Browse files
committed
Clarified sentence [ci skip]
1 parent 533c907 commit 7c031e9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/handbook/image-file-formats.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ When an image is opened from a file, only that instance of the image is consider
1717
have the format. Copies of the image will contain data loaded from the file, but not
1818
the file itself, meaning that it can no longer be considered to be in the original
1919
format. So if :py:meth:`~PIL.Image.Image.copy` is called on an image, or another method
20-
internally creates a copy of the image, the ``fp`` (file pointer), along with any
21-
methods and attributes specific to a format. The :py:attr:`~PIL.Image.Image.format`
22-
attribute will be ``None``.
20+
internally creates a copy of the image, then any methods or attributes specific to the
21+
format will no longer be present. The ``fp`` (file pointer) attribute will no longer be
22+
present, and the :py:attr:`~PIL.Image.Image.format` attribute will be ``None``.
2323

2424
Fully supported formats
2525
-----------------------

0 commit comments

Comments
 (0)