Corrected syntax [ci skip]

Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
This commit is contained in:
Andrew Murray 2021-06-13 07:43:00 +10:00 committed by GitHub
parent ab1cc6ffa4
commit fc1e7f423a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,7 +19,7 @@ the file itself, meaning that it can no longer be considered to be in the origin
format. So if :py:meth:`~PIL.Image.Image.copy` is called on an image, or another method
internally creates a copy of the image, the ``fp`` (file pointer), along with any
methods and attributes specific to a format. The :py:attr:`~PIL.Image.Image.format`
attribute will be `None`.
attribute will be ``None``.
Fully supported formats
-----------------------