Update docs/handbook/image-file-formats.rst to fix lint

Co-authored-by: Andrew Murray <3112309+radarhere@users.noreply.github.com>
This commit is contained in:
Josh Ware 2023-01-19 12:05:05 +11:00 committed by GitHub
parent 41b3ac8aed
commit d55563ca25
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -590,13 +590,13 @@ The :py:meth:`~PIL.Image.Image.save` method supports the following options:
.. versionadded:: 9.1.0
**comment**
Adds a custom comment to the file, replacing the default
Adds a custom comment to the file, replacing the default
"Created by OpenJPEG version" comment.
.. versionadded:: 9.5.0
**add_plt**
If ``True`` then include a PLT (packet length, tile-part header) marker
If ``True`` then include a PLT (packet length, tile-part header) marker
segment in the produced file.
The default is to not include it.