From fc1e7f423a86fae0f99003d22014f5e2fa05fd9a Mon Sep 17 00:00:00 2001 From: Andrew Murray <3112309+radarhere@users.noreply.github.com> Date: Sun, 13 Jun 2021 07:43:00 +1000 Subject: [PATCH] Corrected syntax [ci skip] Co-authored-by: Hugo van Kemenade --- docs/handbook/image-file-formats.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/handbook/image-file-formats.rst b/docs/handbook/image-file-formats.rst index 5f56e081a..a0949914a 100644 --- a/docs/handbook/image-file-formats.rst +++ b/docs/handbook/image-file-formats.rst @@ -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 -----------------------